disable building wl_wl module for now

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-12-09 13:28:37 -05:00
parent f5741f1cb4
commit d15a770404
1 changed files with 1 additions and 1 deletions

View File

@ -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