devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c3d1eede8732cbfb153f8a1cb515bf4236392479
commit c3d1eede8732cbfb153f8a1cb515bf4236392479 Author: Chris Michael <cp.mich...@samsung.com> Date: Tue Mar 3 11:59:02 2015 -0500 enlightenment: Bump required Wayland version to 1.7.0 Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8d02600..c56e2e4 100644 --- a/configure.ac +++ b/configure.ac @@ -829,7 +829,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 >= 1.6.0 xkbcommon uuid], + PKG_CHECK_MODULES([WAYLAND], [ecore-wayland wayland-server >= 1.7.0 xkbcommon uuid], [ have_wayland=yes AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support]) --