captainigloo pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=31ce65a2c4b56f4f2833ffce24842c1ebfd80f3a
commit 31ce65a2c4b56f4f2833ffce24842c1ebfd80f3a Author: Nicolas Aguirre <[email protected]> Date: Tue Nov 3 07:57:56 2015 +0100 Revert "Don't load xwayland if it isn't compiled" This reverts commit 496ae3746f94e2fab2c40d6bdf16e7f953ddba1a. --- src/bin/e_comp_wl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 23fd01d..4e2e3d6 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -97,9 +97,7 @@ _e_comp_wl_cb_module_idle(void *data EINA_UNUSED) const char **m, *mods[] = { "wl_desktop_shell", -#ifdef HAVE_XWAYLAND "xwayland", -#endif NULL }; --
