From 86e769f83fcfd1f405a2e68e6aedeb3eae122656 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 14 Oct 2014 10:10:18 -0400 Subject: [PATCH] bump required wayland-server version to 1.6.0 for wayland-only Signed-off-by: Chris Michael --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d92bdc07b..77148f132 100644 --- a/configure.ac +++ b/configure.ac @@ -837,7 +837,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" || test "x${e_cv_want_wayland_clients}" != "xno";then - PKG_CHECK_MODULES([WAYLAND], [ecore-wayland wayland-server xkbcommon uuid], + PKG_CHECK_MODULES([WAYLAND], [ecore-wayland wayland-server >= 1.6.0 xkbcommon uuid], [ have_wayland=yes AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support])