Don't load xwayland if it isn't compiled
authorFlorent Revest <revestflo@gmail.com>
Wed, 29 Jul 2015 13:26:41 +0000 (15:26 +0200)
committerNicolas Aguirre <aguirre.nicolas@gmail.com>
Tue, 3 Nov 2015 06:50:21 +0000 (07:50 +0100)
src/bin/e_comp_wl.c

index 4e2e3d6..23fd01d 100644 (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
    };