discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=06652b98b0b0dc74309fc70e3279a6aad1440864

commit 06652b98b0b0dc74309fc70e3279a6aad1440864
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Oct 21 15:58:07 2015 -0400

    require efl >= 1.16 for wayland support
    
    the fact is that nobody developing this has tested with 1.15.x recently,
    and almost none of the changes have been backported to that branch. better
    to require a newer version than to present a failing user experience
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index be10d84..cbcbac1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -742,7 +742,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-wayland wayland-server >= 1.8.0 
wayland-client >= 1.8.0 xkbcommon uuid],
+  PKG_CHECK_MODULES([WAYLAND], [ecore-wayland >= 1.16 wayland-server >= 1.8.0 
wayland-client >= 1.8.0 xkbcommon uuid],
     [
       have_wayland=yes
       AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support])

-- 


Reply via email to