configure.ac (GST_PKG_DEPS): Revert previous patch, makes loading the gst.interfaces...
authorAndy Wingo <wingo@pobox.com>
Wed, 30 Nov 2005 16:10:57 +0000 (16:10 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 30 Nov 2005 16:10:57 +0000 (16:10 +0000)
Original commit message from CVS:
2005-11-30  Andy Wingo  <wingo@pobox.com>

* configure.ac (GST_PKG_DEPS): Revert previous patch, makes
loading the gst.interfaces python module bork.

* configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
available since GLib 2.2. Fixes #318031.

ChangeLog
configure.ac

index d4c6509..7542022 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-30  Andy Wingo  <wingo@pobox.com>
+
+       * configure.ac (GST_PKG_DEPS): Revert previous patch, makes
+       loading the gst.interfaces python module bork.
+
+       * configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
+       available since GLib 2.2. Fixes #318031.
+
 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * Makefile.am:
index ac2a53b..b2086a9 100644 (file)
@@ -388,7 +388,7 @@ dnl set location of plugin directory
 GST_SET_PLUGINDIR
 
 dnl FIXME: add LIBXML_PKG here
-GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-no-export-2.0, gthread-2.0"
+GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0"
 AC_SUBST(GST_PKG_DEPS)
 
 dnl define an ERROR_CFLAGS Makefile variable