[gst-cvs] gst-plugins-bad: configure: Require GTK+ >= 2.12 for GtkBuilder
Sebastian Dröge
slomo at kemper.freedesktop.org
Sat Jan 16 02:41:47 PST 2010
Module: gst-plugins-bad
Branch: master
Commit: 92b7c0ad15e7a396dc12b51c0b6e4f15343f2040
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=92b7c0ad15e7a396dc12b51c0b6e4f15343f2040
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Sat Jan 16 11:16:05 2010 +0100
configure: Require GTK+ >= 2.12 for GtkBuilder
GTK+ 2.12 is already older than 2 years so this shouldn't
be a problem for anybody. Also it's only used in examples.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index b469d42..54a948b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,7 +204,7 @@ AC_SUBST(GSTPB_PREFIX)
dnl GTK is optional and used in examples
HAVE_GTK=NO
-PKG_CHECK_MODULES(GTK, gtk+-x11-2.0 >= 2.8.0, HAVE_GTK=yes, HAVE_GTK=no)
+PKG_CHECK_MODULES(GTK, gtk+-x11-2.0 >= 2.12.0, HAVE_GTK=yes, HAVE_GTK=no)
AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
dnl x11 is optional for librfb
More information about the Gstreamer-commits
mailing list