Reenable building wl_wl module

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-01-05 13:16:38 -05:00
parent acb1875af0
commit 1a35c7e8a2
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=false
WL_WL=true
else
WL_WL=false
fi