bump efl wayland req to 1.18 now that it's out

This commit is contained in:
Mike Blumenkrantz 2016-08-17 07:02:02 -04:00
parent 796f50820a
commit 729b2d22d6
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,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