[gst-cvs] gst-plugins-good: configure: Require GTK+ >= 2.14 for the examples
Sebastian Dröge
slomo at kemper.freedesktop.org
Sun Jun 27 01:33:35 PDT 2010
Module: gst-plugins-good
Branch: master
Commit: b47b3935669e253de6a83704e6c362b0d71c41dc
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=b47b3935669e253de6a83704e6c362b0d71c41dc
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Sun Jun 27 10:31:17 2010 +0200
configure: Require GTK+ >= 2.14 for the examples
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 13ae67e..101d397 100644
--- a/configure.ac
+++ b/configure.ac
@@ -241,7 +241,7 @@ AC_SUBST(GSTPB_PREFIX)
dnl GTK is optional and used in examples
if test "x$BUILD_EXAMPLES" = "xyes"; then
PKG_CHECK_MODULES(GTK, gtk+-3.0, HAVE_GTK=yes,
- [PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8.0, HAVE_GTK=yes, HAVE_GTK=no)])
+ [PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.14.0, HAVE_GTK=yes, HAVE_GTK=no)])
AC_SUBST(GTK_LIBS)
AC_SUBST(GTK_CFLAGS)
fi
More information about the Gstreamer-commits
mailing list