summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-11-25 23:42:57 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-11-25 23:44:26 +0000
commit647cdef6fbf62d04526be23245eb6ff047bbc84f (patch)
treebbc6b522b846320f4533f373a6ec77765a66c5c2 /pkgconfig
parent0378c40ed379c65ae123f5c352a3a0846342fbfd (diff)
downloadgstreamer-647cdef6fbf62d04526be23245eb6ff047bbc84f.tar.gz
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 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-uninstalled.pc.in3
-rw-r--r--pkgconfig/gstreamer.pc.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-uninstalled.pc.in b/pkgconfig/gstreamer-uninstalled.pc.in
index 9e5602bdd6..8f2f96e195 100644
--- a/pkgconfig/gstreamer-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-uninstalled.pc.in
@@ -12,7 +12,8 @@ typelibdir=@abs_top_builddir@/gst
Name: GStreamer Uninstalled
Description: Streaming media framework, Not Installed
Version: @VERSION@
-Requires: @GST_PKG_DEPS@
+Requires: glib-2.0, gobject-2.0, gthread-2.0
+Requires.private: gmodule-no-export-2.0
Libs: @abs_top_builddir@/gst/libgstreamer-@GST_API_VERSION@.la
# FIXME: the libs dir doesn't really belong here
Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/libs -I@abs_top_builddir@ -I@abs_top_builddir@/libs
diff --git a/pkgconfig/gstreamer.pc.in b/pkgconfig/gstreamer.pc.in
index 914e18681e..cde70de500 100644
--- a/pkgconfig/gstreamer.pc.in
+++ b/pkgconfig/gstreamer.pc.in
@@ -11,7 +11,8 @@ typelibdir=${libdir}/girepository-1.0
Name: GStreamer
Description: Streaming media framework
-Requires: @GST_PKG_DEPS@
Version: @VERSION@
+Requires: glib-2.0, gobject-2.0, gthread-2.0
+Requires.private: gmodule-no-export-2.0
Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@
Cflags: -I${includedir}