devilhorns pushed a commit to branch devs/devilhorns/wayland.

commit 34c5a395353f8cd204a2a4eb48be59e6aa825f18
Author: Chris Michael <[email protected]>
Date:   Thu Mar 7 06:42:12 2013 +0000

    Enable wl_shell module if building for Wayland Clients.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 configure.ac | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure.ac b/configure.ac
index ab557c7..f1fafea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -879,6 +879,10 @@ AC_E_OPTIONAL_MODULE([access], true)
 AC_E_OPTIONAL_MODULE([music_control], true, [CHECK_MODULE_MUSIC_CONTROL])
 AC_E_OPTIONAL_MODULE([contact], true)
 
+if test "x${have_wayland_clients}" = "xyes"; then
+  AC_E_OPTIONAL_MODULE([wl_shell], true)
+fi
+
 SUSPEND=""
 HIBERNATE=""
 case "$host_os" in
@@ -987,6 +991,7 @@ src/modules/tiling/module.desktop
 src/modules/access/module.desktop
 src/modules/music-control/module.desktop
 src/modules/contact/module.desktop
+src/modules/wl_shell/module.desktop
 data/Makefile
 data/images/Makefile
 data/flags/Makefile

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to