[oe-commits] Koen Kooi : qt4-*-gles 4.6.2: only enable opengl es2 but not openvg

git version control git at git.openembedded.org
Fri Feb 19 00:05:16 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Feb 17 19:23:35 2010 +0100

qt4-*-gles 4.6.2: only enable opengl es2 but not openvg

---

 recipes/qt4/qt4-embedded-gles_4.6.2.bb |    4 ++--
 recipes/qt4/qt4-x11-free-gles_4.6.2.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/qt4/qt4-embedded-gles_4.6.2.bb b/recipes/qt4/qt4-embedded-gles_4.6.2.bb
index 05faa53..ac38f9d 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}.1"
+PR = "${INC_PR}.2"
 
 PROVIDES += "qt4-embedded"
-QT_GLFLAGS = "-opengl es2 -openvg"
+QT_GLFLAGS = "-opengl es2 -no-openvg"
 
 require qt-${PV}.inc
 
diff --git a/recipes/qt4/qt4-x11-free-gles_4.6.2.bb b/recipes/qt4/qt4-x11-free-gles_4.6.2.bb
index 0f9140c..8f2adf4 100644
--- a/recipes/qt4/qt4-x11-free-gles_4.6.2.bb
+++ b/recipes/qt4/qt4-x11-free-gles_4.6.2.bb
@@ -1,7 +1,7 @@
 require qt4-x11-free.inc
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
-QT_GLFLAGS = "-opengl es2 -openvg"
+QT_GLFLAGS = "-opengl es2 -no-openvg"
 
 require qt-${PV}.inc
 





More information about the Openembedded-commits mailing list