mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc, available since GLib 2.2. Fixes #318031.
Original commit message from CVS: 2005-11-30 Andy Wingo <wingo@pobox.com> * 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
78adfea0f0
commit
44d804b216
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ dnl set location of plugin directory
|
||||||
GST_SET_PLUGINDIR
|
GST_SET_PLUGINDIR
|
||||||
|
|
||||||
dnl FIXME: add LIBXML_PKG here
|
dnl FIXME: add LIBXML_PKG here
|
||||||
GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0"
|
GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-no-export-2.0, gthread-2.0"
|
||||||
AC_SUBST(GST_PKG_DEPS)
|
AC_SUBST(GST_PKG_DEPS)
|
||||||
|
|
||||||
dnl define an ERROR_CFLAGS Makefile variable
|
dnl define an ERROR_CFLAGS Makefile variable
|
||||||
|
|
Loading…
Reference in a new issue