reject xwayland module from saved module loading

This commit is contained in:
Mike Blumenkrantz 2015-07-02 14:26:28 -04:00
parent 0a5e00488d
commit 6fa4e93d19
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ e_module_all_load(void)
if ((!em) || (!em->name)) continue;
if ((!e_util_strcmp(em->name, "comp")) || (!e_util_strcmp(em->name, "conf_comp")) ||
(eina_streq(em->name, "xwayland")) ||
(!strncmp(em->name, "wl_", 3)) //block wl_* modules from being saved
)
{