[3.0] Fix build error according to updating Khronos header 42/70242/1 accepted/tizen/ivi/20160520.002158 accepted/tizen/mobile/20160520.002136 accepted/tizen/tv/20160520.002117 accepted/tizen/wearable/20160520.002146 submit/tizen/20160519.042823
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 19 May 2016 03:07:59 +0000 (12:07 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 19 May 2016 03:07:59 +0000 (12:07 +0900)
Change-Id: I32b25111f5bf3f876a3169acc5f41422bc6197b3

adaptors/common/gl/gl-implementation.h

index 452367e..8732aba 100644 (file)
@@ -23,6 +23,7 @@
 #error "OpenGL ES version not specified"
 #endif
 
+#define GL_GLEXT_PROTOTYPES
 #if DALI_GLES_VERSION >= 31
 #include <GLES3/gl31.h>
 #elif DALI_GLES_VERSION >= 30