discomfitor pushed a commit to branch master.

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

commit 4d717df870dc88b3d8d23f5ff01eae614b64a7c5
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 4639ec9..697e373 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