From: Chihyoung Kim Date: Fri, 3 Apr 2015 04:56:28 +0000 (+0900) Subject: tests: require Gtk+ 3.10 for examples X-Git-Tag: 1.19.3~511^2~3738 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cca103296d3e1c2754f1b629754c93c1dd9035c9;p=platform%2Fupstream%2Fgstreamer.git tests: require Gtk+ 3.10 for examples Fixes build of playback and seek tests when an older Gtk+ version is present on the system. https://bugzilla.gnome.org/show_bug.cgi?id=747283 --- diff --git a/configure.ac b/configure.ac index f3dab3d..73ea40a 100644 --- a/configure.ac +++ b/configure.ac @@ -270,7 +270,7 @@ AC_SUBST(GST_PREFIX) dnl GTK is optional and only used in examples HAVE_GTK=no HAVE_GTK_X11=no -GTK_REQ=3.0.0 +GTK_REQ=3.10 if test "x$BUILD_EXAMPLES" = "xyes"; then PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQ, HAVE_GTK=yes, HAVE_GTK=no) dnl some examples need gtk+-x11