devilhorns pushed a commit to branch master.

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

commit b18b67ee927c65debc174a99dd94f74fc3029192
Author: Chris Michael <[email protected]>
Date:   Mon Mar 17 13:49:51 2014 +0000

    @bugfix: Build the wayland desktop shell module if we are Either
    building for wayland clients, or building for wayland-only
    
    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 d43c7a0..6c27aa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -845,7 +845,7 @@ fi
 
 define([CHECK_MODULE_WL_DESKTOP_SHELL],
 [
-  if test "x${have_wayland_clients}" = "xyes"; then
+  if test "x${have_wayland_clients}" = "xyes" || test 
"x${e_cv_want_wayland_only}" = "xyes"; then
     AC_E_CHECK_PKG(WL_DESKTOP_SHELL, [ ecore >= $efl_version eina >= 
$efl_version ], [WL_DESKTOP_SHELL=true], [WL_DESKTOP_SHELL=false])
   else
     WL_DESKTOP_SHELL=false

-- 


Reply via email to