discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d79c5657f914011c1a3a128113d97a08e30a7cab
commit d79c5657f914011c1a3a128113d97a08e30a7cab Author: Chris Michael <[email protected]> Date: Tue Jul 15 09:50:07 2014 -0400 Whitelist the new xwayland module Signed-off-by: Chris Michael <[email protected]> Conflicts: src/bin/e_module.c --- src/bin/e_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_module.c b/src/bin/e_module.c index cc8527e..04b307c 100644 --- a/src/bin/e_module.c +++ b/src/bin/e_module.c @@ -948,6 +948,7 @@ _e_module_whitelist_check(void) "packagekit", "policy_mobile", "geolocation", + "xwayland", NULL // end marker }; --
