qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb support stati...
authorKoen Kooi <koen@openembedded.org>
Sat, 27 Mar 2010 14:33:04 +0000 (15:33 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 27 Mar 2010 14:33:39 +0000 (15:33 +0100)
recipes/qt4/qt4-embedded-gles/linux.conf
recipes/qt4/qt4-embedded-gles_4.6.2.bb

index 32f3275..12b5633 100644 (file)
@@ -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)
index e7ba671..f518a47 100644 (file)
@@ -1,8 +1,8 @@
 require qt4-embedded.inc
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 PROVIDES += "qt4-embedded"
-QT_GLFLAGS = "-opengl es2 -no-openvg -plugin-gfx-linuxfb -plugin-gfx-powervr"
+QT_GLFLAGS = "-opengl es2 -no-openvg  -plugin-gfx-powervr"
 
 require qt-${PV}.inc