[oe-commits] Koen Kooi : qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb support statically

git version control git at git.openembedded.org
Sat Mar 27 15:12:52 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 8c30cf2d631e648f0124c6a9bbb268209aa2d534
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8c30cf2d631e648f0124c6a9bbb268209aa2d534

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Mar 27 15:33:04 2010 +0100

qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb support statically

---

 recipes/qt4/qt4-embedded-gles/linux.conf |    2 +-
 recipes/qt4/qt4-embedded-gles_4.6.2.bb   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/qt4/qt4-embedded-gles/linux.conf b/recipes/qt4/qt4-embedded-gles/linux.conf
index 32f3275..12b5633 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)
diff --git a/recipes/qt4/qt4-embedded-gles_4.6.2.bb b/recipes/qt4/qt4-embedded-gles_4.6.2.bb
index e7ba671..f518a47 100644
--- a/recipes/qt4/qt4-embedded-gles_4.6.2.bb
+++ b/recipes/qt4/qt4-embedded-gles_4.6.2.bb
@@ -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
 





More information about the Openembedded-commits mailing list