Revert "Don't load xwayland if it isn't compiled"

This reverts commit 496ae3746f.
This commit is contained in:
Nicolas Aguirre 2015-11-03 07:57:56 +01:00
parent 496ae3746f
commit 31ce65a2c4
1 changed files with 0 additions and 2 deletions

View File

@ -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
};