summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-11-26 00:20:26 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-11-26 00:26:34 +0000
commit8c08af234582d1ca602bdc6a3c9744fbd3c6acb3 (patch)
tree1301fa366f16710416b5412ecfd006c42ecf6ddb /pkgconfig
parent647cdef6fbf62d04526be23245eb6ff047bbc84f (diff)
gst: don't require gthread-2.0
We don't need to link to gthread-2.0 any longer, since all the normal thread-related stuff is in GLib proper, and we don't use g_thread_init() any more. https://bugzilla.gnome.org/show_bug.cgi?id=689043
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-uninstalled.pc.in2
-rw-r--r--pkgconfig/gstreamer.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-uninstalled.pc.in b/pkgconfig/gstreamer-uninstalled.pc.in
index 8f2f96e19..ac1eeefb2 100644
--- a/pkgconfig/gstreamer-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-uninstalled.pc.in
@@ -12,7 +12,7 @@ typelibdir=@abs_top_builddir@/gst
Name: GStreamer Uninstalled
Description: Streaming media framework, Not Installed
Version: @VERSION@
-Requires: glib-2.0, gobject-2.0, gthread-2.0
+Requires: glib-2.0, gobject-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
diff --git a/pkgconfig/gstreamer.pc.in b/pkgconfig/gstreamer.pc.in
index cde70de50..b949d6ce8 100644
--- a/pkgconfig/gstreamer.pc.in
+++ b/pkgconfig/gstreamer.pc.in
@@ -12,7 +12,7 @@ typelibdir=${libdir}/girepository-1.0
Name: GStreamer
Description: Streaming media framework
Version: @VERSION@
-Requires: glib-2.0, gobject-2.0, gthread-2.0
+Requires: glib-2.0, gobject-2.0
Requires.private: gmodule-no-export-2.0
Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@
Cflags: -I${includedir}