captainigloo pushed a commit to branch master.

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

commit 496ae3746f94e2fab2c40d6bdf16e7f953ddba1a
Author: Florent Revest <revest...@gmail.com>
Date:   Wed Jul 29 15:26:41 2015 +0200

    Don't load xwayland if it isn't compiled
---
 src/bin/e_comp_wl.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 4e2e3d6..23fd01d 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -97,7 +97,9 @@ _e_comp_wl_cb_module_idle(void *data EINA_UNUSED)
    const char **m, *mods[] =
    {
       "wl_desktop_shell",
+#ifdef HAVE_XWAYLAND
       "xwayland",
+#endif
       NULL
    };
 

-- 


Reply via email to