discomfitor pushed a commit to branch master.

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

commit e2390bebffcdcaffe0bef8e470b4e452836ee680
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue May 10 14:18:09 2016 -0400

    only load wayland-specific modules on startup if they have been built
---
 src/bin/e_comp_wl.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 4031bb7..70e4e4a 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -80,8 +80,12 @@ _e_comp_wl_modules_load(void)
 {
    const char **m, *mods[] =
    {
+#ifdef USE_MODULE_WL_DESKTOP_SHELL
       "wl_desktop_shell",
+#endif
+#ifdef USE_MODULE_XWAYLAND
       "xwayland",
+#endif
       NULL
    };
 

-- 


Reply via email to