diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-30 10:29:33 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:31 +0200 |
commit | a4c06e0afce07bca6223eedea39de8d0ab34a94f (patch) | |
tree | 8142a3935d2ec595b55e490930b51941c3381521 /recipes/qt4/qt4-x11-free-gles_4.6.2.bb | |
parent | 596ae3d677d5b1c96377d3c9f5c95fe18de4f68d (diff) |
qt4-*-gles 4.6.2: add 'depth' argument to configure, bump PR
Diffstat (limited to 'recipes/qt4/qt4-x11-free-gles_4.6.2.bb')
-rw-r--r-- | recipes/qt4/qt4-x11-free-gles_4.6.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 669cbf651e..b7803d3798 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}.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 |