summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/khronos-headers/khronos-headers/support_arm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-graphics/khronos-headers/khronos-headers/support_arm.patch')
-rw-r--r--common/recipes-graphics/khronos-headers/khronos-headers/support_arm.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/recipes-graphics/khronos-headers/khronos-headers/support_arm.patch b/common/recipes-graphics/khronos-headers/khronos-headers/support_arm.patch
new file mode 100644
index 0000000..13c8f40
--- /dev/null
+++ b/common/recipes-graphics/khronos-headers/khronos-headers/support_arm.patch
@@ -0,0 +1,12 @@
+diff -urN a/EGL/eglplatform.h b/EGL/eglplatform.h
+--- b/EGL/eglplatform.h 2010-08-19 15:46:25.000000000 +0900
++++ a/EGL/eglplatform.h 2010-11-02 19:40:45.000000000 +0900
+@@ -72,7 +72,7 @@
+ typedef HBITMAP EGLNativePixmapType;
+ typedef HWND EGLNativeWindowType;
+
+-#elif defined(__WINSCW__) || defined(__SYMBIAN32__) /* Symbian */
++#elif defined(__WINSCW__) || defined(__SYMBIAN32__) || defined(__arm__) /* Symbian */
+
+ typedef int EGLNativeDisplayType;
+ typedef void *EGLNativeWindowType;