From 647cdef6fbf62d04526be23245eb6ff047bbc84f Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 25 Nov 2012 23:42:57 +0000 Subject: 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. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3