discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=92ef626aae10f127b586f4dd549e1bc0b7ea66a1
commit 92ef626aae10f127b586f4dd549e1bc0b7ea66a1 Author: Mike Blumenkrantz <[email protected]> Date: Wed Aug 17 07:02:02 2016 -0400 bump efl wayland req to 1.18 now that it's out --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b6dd3c9..7608181 100644 --- a/configure.ac +++ b/configure.ac @@ -674,7 +674,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 >= 1.17.99 wayland-server >= 1.11.0 wayland-client >= 1.11.0 xkbcommon uuid], + PKG_CHECK_MODULES([WAYLAND], [ecore-wl2 >= 1.18 wayland-server >= 1.11.0 wayland-client >= 1.11.0 xkbcommon uuid], [ have_wayland=yes have_wayland_dep=true --
