mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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
This commit is contained in:
parent
647cdef6fb
commit
8c08af2345
4 changed files with 3 additions and 4 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit a72faea054977054ec66e894fd0a07e7d6585d50
|
||||
Subproject commit 2a068ce802e01659842cccfb23f1eaf013f6b125
|
|
@ -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 $@ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue