From: Heeyong Song Date: Thu, 19 May 2016 03:07:59 +0000 (+0900) Subject: [3.0] Fix build error according to updating Khronos header X-Git-Tag: accepted/tizen/ivi/20160520.002158^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=e81b3e459ae24ac23a3e24decfd889246359241f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git [3.0] Fix build error according to updating Khronos header Change-Id: I32b25111f5bf3f876a3169acc5f41422bc6197b3 --- 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