From b88093c847ba75bc36d91d17cf1b3769190bf820 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 19 Oct 2016 14:05:31 +0900 Subject: [PATCH] evas: Last fix... now it builds --- src/modules/evas/engines/gl_x11/evas_engine.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/evas/engines/gl_x11/evas_engine.c b/src/modules/evas/engines/gl_x11/evas_engine.c index 5a26a0a..5685625 100644 --- a/src/modules/evas/engines/gl_x11/evas_engine.c +++ b/src/modules/evas/engines/gl_x11/evas_engine.c @@ -79,6 +79,10 @@ glsym_func_void_ptr glsym_evas_gl_common_current_context_get = NULL; #ifdef GL_GLES +#if !defined(EGL_KHR_cl_event2) && !defined(EGL_VERSION_1_5) +typedef intptr_t EGLAttribKHR; +#endif + _eng_fn (*glsym_eglGetProcAddress) (const char *a) = NULL; EGLImageKHR (*glsym_eglCreateImage) (EGLDisplay a, EGLContext b, EGLenum c, EGLClientBuffer d, const EGLAttribKHR *e) = NULL; EGLImageKHR (*glsym_eglCreateImageKHR) (EGLDisplay a, EGLContext b, EGLenum c, EGLClientBuffer d, EGLint *e) = NULL; -- 2.7.4