From 7d1dfbcffc7cfebea6caca35e78a12e670e8207b Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Wed, 29 Jul 2015 15:26:41 +0200 Subject: [PATCH] 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 ba78cbf2b..2bba77ba2 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 };