summaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt-4.6.0.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-12-10 19:37:29 +0100
committerKoen Kooi <koen@openembedded.org>2009-12-10 19:37:29 +0100
commit37f8d271e8e4e8ce72378b048a27a5c4fce32ffe (patch)
tree3994b34ac3fd4e0c5b42e006184a2f2a255b14d4 /recipes/qt4/qt-4.6.0.inc
parent0da04d10984df9399b75c0a05cb7da66e7c9d59a (diff)
downloadopenembedded-37f8d271e8e4e8ce72378b048a27a5c4fce32ffe.tar.gz
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/qt-4.6.0.inc')
-rw-r--r--recipes/qt4/qt-4.6.0.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/qt4/qt-4.6.0.inc b/recipes/qt4/qt-4.6.0.inc
index aa85facce7..c6694f11ce 100644
--- a/recipes/qt4/qt-4.6.0.inc
+++ b/recipes/qt4/qt-4.6.0.inc
@@ -9,6 +9,7 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}.
file://0006-freetype-host-includes.patch;patch=1 \
file://0008-qt-lib-infix.patch;patch=1 \
file://0009-support-2bpp.patch;patch=1 \
+ file://0010-no-simpledecoration-example.patch;patch=1 \
file://fix-config-tests.patch;patch=1 \
file://g++.conf \
file://linux.conf \
@@ -16,6 +17,7 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-everywhere-opensource-src-${PV}.
S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
do_configure_prepend() {
+ sed -i s:SEDME:${S}: ${WORKDIR}/linux.conf
sed -i \
-e /QMAKE_MOC\ /d \
-e /QMAKE_UIC\ /d \
@@ -26,6 +28,9 @@ do_configure_prepend() {
# sed -i /tools.pro/d ${S}/src/src.pro
}
+QT_GLFLAGS ?= ""
+QT_CONFIG_FLAGS += "${QT_GLFLAGS}"
+
do_install_append() {
install -d ${D}${bindir}
for i in rcc uic moc ; do