From 106be5f1e26a8825c213f5b7b9193830c4e48826 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Thu, 18 Feb 2016 10:14:38 -0600 Subject: [PATCH] Bump wayland version requirement We need 1.10 for the shm pool referencing api --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 186558962..917d65244 100644 --- a/configure.ac +++ b/configure.ac @@ -742,7 +742,7 @@ AC_MSG_CHECKING([whether wayland EGL support is enabled]) AC_MSG_RESULT([${e_cv_want_wayland_egl}]) if test "x${e_cv_want_wayland_only}" != "xno" ;then - PKG_CHECK_MODULES([WAYLAND], [ecore-wl2 wayland-server >= 1.8.0 wayland-client >= 1.8.0 xkbcommon uuid], + PKG_CHECK_MODULES([WAYLAND], [ecore-wl2 wayland-server >= 1.10.0 wayland-client >= 1.10.0 xkbcommon uuid], [ have_wayland=yes AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support])