devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=97adf8a31660bf500258a5281955fb22dd3b37e1

commit 97adf8a31660bf500258a5281955fb22dd3b37e1
Author: Chris Michael <[email protected]>
Date:   Sun Aug 10 15:54:35 2014 -0400

    evas-wayland-egl: Fix evas wayland_egl engine not loading due to missing 
symbol
    
    Seems the newer wayland-egl code was missing the log domain variable
    and thus would not load at time of dlsym due to missing symbol. This
    fixes that problem by defining the variable.
    
    @fix
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/wayland_egl/evas_engine.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/evas/engines/wayland_egl/evas_engine.c 
b/src/modules/evas/engines/wayland_egl/evas_engine.c
index 4ef9be2..b867e8c 100644
--- a/src/modules/evas/engines/wayland_egl/evas_engine.c
+++ b/src/modules/evas/engines/wayland_egl/evas_engine.c
@@ -82,6 +82,7 @@ static int gl_wins = 0;
 static Evas_Func func, pfunc;
 
 /* external variables */
+int _evas_engine_wl_egl_log_dom = -1;
 Eina_Bool extn_have_buffer_age = EINA_TRUE;
 Eina_Bool extn_have_y_inverted = EINA_TRUE;
 

-- 


Reply via email to