diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-10 19:37:29 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-10 19:37:29 +0100 |
commit | 37f8d271e8e4e8ce72378b048a27a5c4fce32ffe (patch) | |
tree | 3994b34ac3fd4e0c5b42e006184a2f2a255b14d4 /recipes/qt4/qt4-x11-free-4.6.0/0010-no-simpledecoration-example.patch | |
parent | 0da04d10984df9399b75c0a05cb7da66e7c9d59a (diff) |
qt 4.6.0: make it build, add GLES versions
* recipes still need lots of cleanup and fixes, help welcome
Diffstat (limited to 'recipes/qt4/qt4-x11-free-4.6.0/0010-no-simpledecoration-example.patch')
-rw-r--r-- | recipes/qt4/qt4-x11-free-4.6.0/0010-no-simpledecoration-example.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-x11-free-4.6.0/0010-no-simpledecoration-example.patch b/recipes/qt4/qt4-x11-free-4.6.0/0010-no-simpledecoration-example.patch new file mode 100644 index 0000000000..fce5bba938 --- /dev/null +++ b/recipes/qt4/qt4-x11-free-4.6.0/0010-no-simpledecoration-example.patch @@ -0,0 +1,11 @@ +--- /tmp/qws.pro 2009-12-10 19:30:08.000000000 +0100 ++++ qt-everywhere-opensource-src-4.6.0/examples/qws/qws.pro 2009-12-10 19:30:21.000000000 +0100 +@@ -1,7 +1,7 @@ + TEMPLATE = subdirs + # no /dev/fbX + !qnx:!vxworks:SUBDIRS = framebuffer +-SUBDIRS += mousecalibration simpledecoration ++SUBDIRS += mousecalibration + + # install + sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro |