mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 12:55:53 +00:00
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
This commit is contained in:
parent
ae86dec9ca
commit
cca103296d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue