discomfitor pushed a commit to branch master.

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

commit fc7e06807d514d6d21c9c30a02151864697b1de1
Author: Mike Blumenkrantz <[email protected]>
Date:   Sun Jun 8 12:47:44 2014 -0400

    hybris support
---
 src/bin/e_comp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 3f76922..b20428b 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1027,6 +1027,7 @@ e_comp_init(void)
            NULL
         };
 
+        e_util_env_set("HYBRIS_EGLPLATFORM", "wayland");
         for (test = eng; *test; test++)
           {
              if (e_module_enable(e_module_new(*test)))
@@ -1040,6 +1041,7 @@ e_comp_init(void)
 #endif
    if (!compositors) return EINA_FALSE;
 out:
+   e_util_env_set("HYBRIS_EGLPLATFORM", NULL);
    E_LIST_HANDLER_APPEND(handlers, E_EVENT_SCREENSAVER_ON, 
_e_comp_screensaver_on, NULL);
    E_LIST_HANDLER_APPEND(handlers, E_EVENT_SCREENSAVER_OFF, 
_e_comp_screensaver_off, NULL);
 

-- 


Reply via email to