discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a06c03bd14d9ad42ff1ac2e294921fb12431c7ec

commit a06c03bd14d9ad42ff1ac2e294921fb12431c7ec
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jan 18 14:52:53 2016 -0500

    if available, use wl output (nested) for wayland compositor creation
    
    this defaults to using a nested compositor as the first choice:
    harmless if it fails to create an output
---
 src/bin/e_comp.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 1c38f48..3eb9c9b 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1110,6 +1110,9 @@ e_comp_init(void)
      {
         const char **test, *eng[] =
         {
+#ifdef USE_MODULE_WL_WL
+           "wl_wl",
+#endif
 #ifdef HAVE_WL_DRM
            "wl_drm",
 #endif

-- 


Reply via email to