devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=86e769f83fcfd1f405a2e68e6aedeb3eae122656
commit 86e769f83fcfd1f405a2e68e6aedeb3eae122656 Author: Chris Michael <[email protected]> Date: Tue Oct 14 10:10:18 2014 -0400 bump required wayland-server version to 1.6.0 for wayland-only Signed-off-by: Chris Michael <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d92bdc0..77148f1 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]) --
