From b18b67ee927c65debc174a99dd94f74fc3029192 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 17 Mar 2014 13:49:51 +0000 Subject: [PATCH] @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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d43c7a0af..6c27aa9ba 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