aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-embedded-gles-4.5.2
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-13 10:03:42 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-13 10:03:42 +0200
commitad99da239d8c5ea4f470e4572dc47c8c032d9627 (patch)
treed42c330228d1c78e53ee92624be0c15e378a4cb3 /recipes/qt4/qt4-embedded-gles-4.5.2
parentedc08d3c01c8ea917b403e2ce5ac402674a50305 (diff)
downloadopenembedded-ad99da239d8c5ea4f470e4572dc47c8c032d9627.tar.gz
qt4-embedded gles: add WIP GLES version of qt-e
* the sgx sdk is missing headers, but that should get solved in the new release
Diffstat (limited to 'recipes/qt4/qt4-embedded-gles-4.5.2')
-rw-r--r--recipes/qt4/qt4-embedded-gles-4.5.2/sgx-hack.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-embedded-gles-4.5.2/sgx-hack.patch b/recipes/qt4/qt4-embedded-gles-4.5.2/sgx-hack.patch
new file mode 100644
index 0000000000..c3bf39f0e5
--- /dev/null
+++ b/recipes/qt4/qt4-embedded-gles-4.5.2/sgx-hack.patch
@@ -0,0 +1,18 @@
+--- /tmp/qglscreen_qws.h 2009-07-09 09:39:40.000000000 +0200
++++ qt-embedded-linux-opensource-src-4.5.2/src/opengl/qglscreen_qws.h 2009-07-09 09:40:11.000000000 +0200
+@@ -60,7 +60,6 @@
+ #else
+ #include <GLES/egl.h>
+ #endif
+-#if !defined(EGL_VERSION_1_3) && !defined(QEGL_NATIVE_TYPES_DEFINED)
+ #undef EGLNativeWindowType
+ #undef EGLNativePixmapType
+ #undef EGLNativeDisplayType
+@@ -68,7 +67,6 @@
+ typedef NativePixmapType EGLNativePixmapType;
+ typedef NativeDisplayType EGLNativeDisplayType;
+ #define QEGL_NATIVE_TYPES_DEFINED 1
+-#endif
+
+ QT_BEGIN_HEADER
+