discomfitor pushed a commit to branch master.

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

commit a4588933a0c57cb32001d69633cdc0929a555677
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Apr 4 15:42:26 2016 -0400

    disable xwayland module if exe cannot be found during configure
    
    should probably make this a --flag at some point
    
    fix T3415
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index c436514..f1dec7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -772,6 +772,9 @@ define([CHECK_MODULE_XWAYLAND],
   if test "x${have_wayland}" = "xyes"; then
     AC_E_CHECK_PKG(XWAYLAND, [ ecore-x >= ${efl_version} ecore-audio >= 
${efl_version}  ], [HAVE_XWAYLAND_DEPS=true], [HAVE_XWAYLAND_DEPS=false])
     AC_PATH_PROG([XWAYLAND_BIN], [Xwayland], [false])
+    if test "x${XWAYLAND_BIN}" = "xfalse"; then
+      HAVE_XWAYLAND_DEPS=false
+    fi
   else
     HAVE_XWAYLAND_DEPS=false
   fi

-- 


Reply via email to