gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Mon, 09 Oct 2006 08:24:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/09 08:24:29

Modified files:
        .              : ChangeLog configure.ac 

Log message:
                * configure.ac: GLIB is needed also for GST sound, not only
                  for GTK gui (anything else?)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1077&r2=1.1078
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.132&r2=1.133

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1077
retrieving revision 1.1078
diff -u -b -r1.1077 -r1.1078
--- ChangeLog   9 Oct 2006 07:59:23 -0000       1.1077
+++ ChangeLog   9 Oct 2006 08:24:29 -0000       1.1078
@@ -1,5 +1,7 @@
 2006-10-09 Sandro Santilli <address@hidden>
 
+       * configure.ac: GLIB is needed also for GST sound, not only
+         for GTK gui (anything else?)
        * macros/ogg.m4: use PKG_CONFIG *after* having manually looked.
          this prevents the checks for actual existance of the lib from
          confusing an LDFLAG with a path, resulting in an error (LDFLAGS

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -b -r1.132 -r1.133
--- configure.ac        7 Oct 2006 20:05:05 -0000       1.132
+++ configure.ac        9 Oct 2006 08:24:29 -0000       1.133
@@ -33,7 +33,7 @@
 dnl also makes it possible to release a modified version which carries
 dnl forward this exception.
 
-dnl $Id: configure.ac,v 1.132 2006/10/07 20:05:05 nihilus Exp $
+dnl $Id: configure.ac,v 1.133 2006/10/09 08:24:29 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -421,8 +421,12 @@
 
 AM_CONDITIONAL(opengl, [test x$opengl = xyes])
 
-if test x$gui = xgtk; then
+dnl Need GLIB for both GTK and GST
+if test x${gui} = "xgtk" -o x${sound_handler} = "xgst"; then
 GNASH_PATH_GLIB
+fi
+
+if test x$gui = xgtk; then
 GNASH_PATH_GLEXT
 GNASH_PATH_GTK2
 GNASH_PATH_PANGO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]