Don't load xwayland if it isn't compiled

This commit is contained in:
Florent Revest 2015-07-29 15:26:41 +02:00 committed by Nicolas Aguirre
parent 8b00f9af0e
commit 7d1dfbcffc
1 changed files with 2 additions and 0 deletions

View File

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