summaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-x11-free-gles
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-23 18:50:04 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-23 18:53:18 +0200
commitc1d2cab4a0b95a77822766ca28820ca4aede23a4 (patch)
tree6633ab6afacc6e2308b97e45044886bafd783b88 /recipes/qt4/qt4-x11-free-gles
parent21ccb58d1af2eef804941391ab780444aa98adf5 (diff)
downloadopenembedded-c1d2cab4a0b95a77822766ca28820ca4aede23a4.tar.gz
qt*gles: rename to .disabled till the qt4 stuff becomes less magical
Diffstat (limited to 'recipes/qt4/qt4-x11-free-gles')
-rw-r--r--recipes/qt4/qt4-x11-free-gles/sgx-hack.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-x11-free-gles/sgx-hack.patch b/recipes/qt4/qt4-x11-free-gles/sgx-hack.patch
new file mode 100644
index 0000000000..77f0e2a2fd
--- /dev/null
+++ b/recipes/qt4/qt4-x11-free-gles/sgx-hack.patch
@@ -0,0 +1,20 @@
+--- /tmp/qegl_p.h 2009-07-09 08:42:12.000000000 +0200
++++ qt-x11-opensource-src-4.5.2/src/opengl/qegl_p.h 2009-07-09 08:42:30.000000000 +0200
+@@ -65,7 +65,7 @@
+ #else
+ #include <GLES/egl.h>
+ #endif
+-#if !defined(EGL_VERSION_1_3) && !defined(QEGL_NATIVE_TYPES_DEFINED)
++//#if !defined(EGL_VERSION_1_3) && !defined(QEGL_NATIVE_TYPES_DEFINED)
+ #undef EGLNativeWindowType
+ #undef EGLNativePixmapType
+ #undef EGLNativeDisplayType
+@@ -73,7 +73,7 @@
+ typedef NativePixmapType EGLNativePixmapType;
+ typedef NativeDisplayType EGLNativeDisplayType;
+ #define QEGL_NATIVE_TYPES_DEFINED 1
+-#endif
++//#endif
+ QT_END_INCLUDE_NAMESPACE
+
+ class QX11Info;