projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b39ec87
)
Don't load xwayland if it isn't compiled
author
Florent Revest
<revestflo@gmail.com>
Wed, 29 Jul 2015 13:26:41 +0000
(15:26 +0200)
committer
Nicolas Aguirre
<aguirre.nicolas@gmail.com>
Tue, 3 Nov 2015 06:50:21 +0000
(07:50 +0100)
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 4e2e3d67b3c85188e01f3572ce8ee6a7353bcba2..23fd01d1073080d8eb5572c0eeca7ce918b0391a 100644
(file)
--- 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
};