From e81b3e459ae24ac23a3e24decfd889246359241f Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Thu, 19 May 2016 12:07:59 +0900 Subject: [PATCH] [3.0] Fix build error according to updating Khronos header Change-Id: I32b25111f5bf3f876a3169acc5f41422bc6197b3 --- adaptors/common/gl/gl-implementation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/adaptors/common/gl/gl-implementation.h b/adaptors/common/gl/gl-implementation.h index 452367e..8732aba 100644 --- a/adaptors/common/gl/gl-implementation.h +++ b/adaptors/common/gl/gl-implementation.h @@ -23,6 +23,7 @@ #error "OpenGL ES version not specified" #endif +#define GL_GLEXT_PROTOTYPES #if DALI_GLES_VERSION >= 31 #include #elif DALI_GLES_VERSION >= 30 -- 2.7.4