aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-embedded-gles
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-27 15:33:04 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-27 15:33:39 +0100
commit8c30cf2d631e648f0124c6a9bbb268209aa2d534 (patch)
tree2c26b6a90eaa643563de1962f103f47ebf17562b /recipes/qt4/qt4-embedded-gles
parent4a115f89bba023724e662b5e6959f2292f1ab103 (diff)
downloadopenembedded-8c30cf2d631e648f0124c6a9bbb268209aa2d534.tar.gz
qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb support statically
Diffstat (limited to 'recipes/qt4/qt4-embedded-gles')
-rw-r--r--recipes/qt4/qt4-embedded-gles/linux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qt4/qt4-embedded-gles/linux.conf b/recipes/qt4/qt4-embedded-gles/linux.conf
index 32f3275402..12b5633f57 100644
--- a/recipes/qt4/qt4-embedded-gles/linux.conf
+++ b/recipes/qt4/qt4-embedded-gles/linux.conf
@@ -57,6 +57,6 @@ QMAKE_INSTALL_FILE = install -m 644 -p
QMAKE_INSTALL_PROGRAM = install -m 755 -p
#These defines are documented in the powervr README, please read it
-DEFINES += QT_QWS_CLIENTBLIT QT_NO_QWS_CURSOR
+DEFINES += QT_NO_OPENVG QT_QWS_CLIENTBLIT QT_NO_QWS_CURSOR
include(unix.conf)