Bump wayland version requirement to 1.11.0

1.11.0 includes fixes we need to prevent clients from crashing E by
resizing shared memory pools while our async renderer is running.
This commit is contained in:
Derek Foreman 2016-06-01 11:30:25 -05:00
parent ffbf4235dd
commit 36128ab9a3
1 changed files with 1 additions and 1 deletions

View File

@ -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.10.0 wayland-client >= 1.10.0 xkbcommon uuid],
PKG_CHECK_MODULES([WAYLAND], [ecore-wl2 >= 1.17.99 wayland-server >= 1.11.0 wayland-client >= 1.11.0 xkbcommon uuid],
[
have_wayland=yes
have_wayland_dep=true