mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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:
parent
7533cf8523
commit
b95bd3ab0d
2 changed files with 9 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue