aboutsummaryrefslogtreecommitdiff
path: root/devel/efl/files/patch-src_lib_evas_Evas__GL.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/efl/files/patch-src_lib_evas_Evas__GL.h')
-rw-r--r--devel/efl/files/patch-src_lib_evas_Evas__GL.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/efl/files/patch-src_lib_evas_Evas__GL.h b/devel/efl/files/patch-src_lib_evas_Evas__GL.h
new file mode 100644
index 000000000000..6588c1ba69bb
--- /dev/null
+++ b/devel/efl/files/patch-src_lib_evas_Evas__GL.h
@@ -0,0 +1,14 @@
+--- src/lib/evas/Evas_GL.h.orig 2019-03-28 16:30:04 UTC
++++ src/lib/evas/Evas_GL.h
+@@ -4272,9 +4272,11 @@ typedef signed int GLfixed; // Changed khro
+
+ #ifndef GL_ES_VERSION_2_0
+ /* GL types for handling large vertex buffer objects */
++#ifndef GL_VERSION_1_5
+ #include <stddef.h>
+ typedef ptrdiff_t GLintptr; // Changed khronos_intptr_t
+ typedef ptrdiff_t GLsizeiptr; // Changed khronos_ssize_t
++#endif
+ #endif
+
+ /* Some definitions from GLES 3.0.