qt4-*-gles 4.6.2: add 'depth' argument to configure, bump PR
authorKoen Kooi <k-kooi@ti.com>
Tue, 30 Mar 2010 08:29:33 +0000 (10:29 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:31 +0000 (19:43 +0200)
recipes/qt4/qt4-embedded-gles_4.6.2.bb
recipes/qt4/qt4-x11-free-gles_4.6.2.bb

index f518a47..bfcf907 100644 (file)
@@ -1,8 +1,8 @@
 require qt4-embedded.inc
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.7"
 
 PROVIDES += "qt4-embedded"
-QT_GLFLAGS = "-opengl es2 -no-openvg  -plugin-gfx-powervr"
+QT_GLFLAGS = "-opengl es2 -no-openvg  -depths 16,24,32  -plugin-gfx-powervr"
 
 require qt-${PV}.inc
 
index 669cbf6..b7803d3 100644 (file)
@@ -1,7 +1,7 @@
 require qt4-x11-free.inc
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
 
-QT_GLFLAGS = "-opengl es2 -no-openvg"
+QT_GLFLAGS = "-opengl es2 -no-openvg  -depths 16,24,32 "
 
 require qt-${PV}.inc