diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-11-25 23:42:57 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-11-25 23:44:26 +0000 |
commit | 647cdef6fbf62d04526be23245eb6ff047bbc84f (patch) | |
tree | bbc6b522b846320f4533f373a6ec77765a66c5c2 /configure.ac | |
parent | 0378c40ed379c65ae123f5c352a3a0846342fbfd (diff) |
gstreamer-1.0.pc: move gmodule-no-export-2.0 dependency to Requires.private
Users of GStreamer are not generally expected to use the GModule API
directly. so don't force them all to link against it.
While we're at it, no need to define this via configure.ac really, just
put the dependencies directly into the .pc.in file.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f0e3bbe66..b92112cea 100644 --- a/configure.ac +++ b/configure.ac @@ -615,9 +615,6 @@ AC_DEFINE_UNQUOTED(GST_DATADIR, "$DATADIR", [data dir]) dnl set location of plugin directory AG_GST_SET_PLUGINDIR -GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-no-export-2.0, gthread-2.0" -AC_SUBST(GST_PKG_DEPS) - dnl make sure it doesn't complain about unused variables if debugging is disabled NO_WARNINGS="" if test "x${GST_DISABLE_GST_DEBUG}" = "xyes"; then |