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

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.
This commit is contained in:
Andy Wingo 2005-11-30 16:10:57 +00:00
parent 7533cf8523
commit b95bd3ab0d
2 changed files with 9 additions and 1 deletions

View file

@ -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:

View 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