summaryrefslogtreecommitdiffstats
path: root/recipes/qt4
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-17 19:23:35 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-17 19:23:35 +0100
commit319904008858aae0584c51f97136461e464a9aac (patch)
tree007942b08287dac542ac195c31809ca73424b9dd /recipes/qt4
parentebc9df5d84d4d46899a694fd4753e0873627744a (diff)
downloadopenembedded-319904008858aae0584c51f97136461e464a9aac.tar.gz
qt4-*-gles 4.6.2: only enable opengl es2 but not openvg
Diffstat (limited to 'recipes/qt4')
-rw-r--r--recipes/qt4/qt4-embedded-gles_4.6.2.bb4
-rw-r--r--recipes/qt4/qt4-x11-free-gles_4.6.2.bb4
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 05faa538c5..ac38f9d8c5 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 0f9140cc03..8f2adf4b87 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