gst: don't require gthread-2.0
authorTim-Philipp Müller <tim@centricular.net>
Mon, 26 Nov 2012 00:20:26 +0000 (00:20 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 26 Nov 2012 00:26:34 +0000 (00:26 +0000)
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

common
gst/Makefile.am
pkgconfig/gstreamer-uninstalled.pc.in
pkgconfig/gstreamer.pc.in

diff --git a/common b/common
index a72faea..2a068ce 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit a72faea054977054ec66e894fd0a07e7d6585d50
+Subproject commit 2a068ce802e01659842cccfb23f1eaf013f6b125
index 714f69e..8922a15 100644 (file)
@@ -279,7 +279,6 @@ Gst-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_API_VERSIO
                --pkg glib-2.0 \
                --pkg gobject-2.0 \
                --pkg gmodule-no-export-2.0 \
-               --pkg gthread-2.0 \
                --pkg-export gstreamer-@GST_API_VERSION@ \
                --add-init-section="gst_init(NULL, NULL);" \
                --output $@ \
index 8f2f96e..ac1eeef 100644 (file)
@@ -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
index cde70de..b949d6c 100644 (file)
@@ -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}