Bump wayland version requirement to 1.11.0

Desktop / Enlightenment / Enlightenment - Derek Foreman [osg.samsung.com] - 1 June 2016 11:30 UTC

1.11.0 includes fixes we need to prevent clients from crashing E by resizing shared memory pools while our async renderer is running.

###

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

36128ab Bump wayland version requirement to 1.11.0
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: git.enlightenment.org


  • Share