diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 11:03:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 12:04:28 +0100 |
commit | 1ec312f314343f287956dcab5482571039a94ff1 (patch) | |
tree | 604453191dd176e0b53f42eb538be017496235b7 /recipes-qt/qt4/files/0010-no-simpledecoration-example.patch | |
parent | 63057a32d7b877c39b85eb3e9168c6fd7e4ce579 (diff) | |
download | meta-openembedded-1ec312f314343f287956dcab5482571039a94ff1.tar.gz |
qt4: import files from OE
This gives us both qt4-x11 and qt4-embedded; qt4-x11 was already present in yocto, but was lacking features
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-qt/qt4/files/0010-no-simpledecoration-example.patch')
-rw-r--r-- | recipes-qt/qt4/files/0010-no-simpledecoration-example.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-qt/qt4/files/0010-no-simpledecoration-example.patch b/recipes-qt/qt4/files/0010-no-simpledecoration-example.patch new file mode 100644 index 0000000000..e52736926f --- /dev/null +++ b/recipes-qt/qt4/files/0010-no-simpledecoration-example.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | |||
2 | Ported from OE by: Yu Ke <ke.yu@intel.com> | ||
3 | |||
4 | --- /tmp/qws.pro 2009-12-10 19:30:08.000000000 +0100 | ||
5 | +++ qt-everywhere-opensource-src-4.6.0/examples/qws/qws.pro 2009-12-10 19:30:21.000000000 +0100 | ||
6 | @@ -1,7 +1,7 @@ | ||
7 | TEMPLATE = subdirs | ||
8 | # no /dev/fbX | ||
9 | !qnx:!vxworks:SUBDIRS = framebuffer | ||
10 | -SUBDIRS += mousecalibration simpledecoration | ||
11 | +SUBDIRS += mousecalibration | ||
12 | |||
13 | # install | ||
14 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro | ||