devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d15a77040429374e3fb16460d6a1de7dbf2ed5d1
commit d15a77040429374e3fb16460d6a1de7dbf2ed5d1 Author: Chris Michael <[email protected]> Date: Wed Dec 9 13:28:37 2015 -0500 disable building wl_wl module for now Signed-off-by: Chris Michael <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2d00ea4..6098d47 100644 --- a/configure.ac +++ b/configure.ac @@ -793,7 +793,7 @@ WL_WL=false define([CHECK_MODULE_WL_WL], [ if test "x${have_wayland}" = "xyes"; then - WL_WL=true + WL_WL=false else WL_WL=false fi --
