gl-renderer: Fix build error on emulator 27/60627/1 accepted/tizen/common/20160302.193407 accepted/tizen/ivi/20160302.003353 accepted/tizen/mobile/20160302.003301 accepted/tizen/tv/20160302.003319 accepted/tizen/wearable/20160302.003332 submit/tizen/20160229.101954
authorSangjin Lee <lsj119@samsung.com>
Mon, 29 Feb 2016 10:57:48 +0000 (19:57 +0900)
committerSangjin Lee <lsj119@samsung.com>
Mon, 29 Feb 2016 10:57:48 +0000 (19:57 +0900)
Change-Id: Ibf439fdf1e3a7ffce9272ac4e2b48d73432dc06f

src/lib/render/eglextwayland.h

index 3519420..92a52ef 100644 (file)
@@ -101,6 +101,10 @@ typedef struct wl_buffer *(EGLAPIENTRYP PFNEGLCREATEWAYLANDBUFFERFROMIMAGEWL) (
 #define EGL_WAYLAND_Y_INVERTED_WL              0x31DB /* eglQueryWaylandBufferWL attribute */
 #endif
 
+#ifndef EGL_NATIVE_SURFACE_TIZEN
+#define EGL_NATIVE_SURFACE_TIZEN               0x32A1
+#endif
+
 /* Mesas gl2ext.h and probably Khronos upstream defined
  * GL_EXT_unpack_subimage with non _EXT suffixed GL_UNPACK_* tokens.
  * In case we're using that mess, manually define the _EXT versions