derekf pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=36128ab9a331d8486948a787a773c28b46e7c89d

commit 36128ab9a331d8486948a787a773c28b46e7c89d
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Wed Jun 1 11:30:25 2016 -0500

    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 951b8af..cc8c582 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

-- 


Reply via email to