projects
/
platform
/
upstream
/
gst-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433a743
)
gst-glib2.m4: we don't need to link against gthread-2.0 any more
author
Tim-Philipp Müller
<tim@centricular.net>
Mon, 26 Nov 2012 00:19:03 +0000
(
00:19
+0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Mon, 26 Nov 2012 00:26:18 +0000
(
00:26
+0000)
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
m4/gst-glib2.m4
patch
|
blob
|
history
diff --git
a/m4/gst-glib2.m4
b/m4/gst-glib2.m4
index
3f3d565
..
b80be0b
100644
(file)
--- a/
m4/gst-glib2.m4
+++ b/
m4/gst-glib2.m4
@@
-16,7
+16,7
@@
AC_DEFUN([AG_GST_GLIB_CHECK],
dnl Check for glib with everything
AG_GST_PKG_CHECK_MODULES(GLIB,
- glib-2.0 >= $GLIB_REQ gobject-2.0 g
thread-2.0 g
module-no-export-2.0)
+ glib-2.0 >= $GLIB_REQ gobject-2.0 gmodule-no-export-2.0)
if test "x$HAVE_GLIB" = "xno"; then
AC_MSG_ERROR([This package requires GLib >= $GLIB_REQ to compile.])