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:
496ae37
)
Revert "Don't load xwayland if it isn't compiled"
author
Nicolas Aguirre
<aguirre.nicolas@gmail.com>
Tue, 3 Nov 2015 06:57:56 +0000
(07:57 +0100)
committer
Nicolas Aguirre
<aguirre.nicolas@gmail.com>
Tue, 3 Nov 2015 06:57:56 +0000
(07:57 +0100)
This reverts commit
496ae3746f94e2fab2c40d6bdf16e7f953ddba1a
.
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 23fd01d1073080d8eb5572c0eeca7ce918b0391a..4e2e3d67b3c85188e01f3572ce8ee6a7353bcba2 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-97,9
+97,7
@@
_e_comp_wl_cb_module_idle(void *data EINA_UNUSED)
const char **m, *mods[] =
{
"wl_desktop_shell",
-#ifdef HAVE_XWAYLAND
"xwayland",
-#endif
NULL
};