From 36128ab9a331d8486948a787a773c28b46e7c89d Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Wed, 1 Jun 2016 11:30:25 -0500 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 951b8af93..cc8c582fd 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.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