diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-25 09:19:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-25 10:20:21 +0100 |
commit | 3747445e8a4f909d0f785404d7b57d04cdefbea9 (patch) | |
tree | 1d5cca2fe7fa274bb8ee0071ca2dd732bd3b1215 /recipes | |
parent | be0411e84c44d58db7b91c2159f3bb6fc2d1ee2c (diff) |
qt4-embedded-gles 4.6.2: try harder to build fb and sgx plugins
* reported by Varun Shah
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/qt4/qt4-embedded-gles/linux.conf | 1 | ||||
-rw-r--r-- | recipes/qt4/qt4-embedded-gles_4.6.2.bb | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/recipes/qt4/qt4-embedded-gles/linux.conf b/recipes/qt4/qt4-embedded-gles/linux.conf index a530c75913..32f3275402 100644 --- a/recipes/qt4/qt4-embedded-gles/linux.conf +++ b/recipes/qt4/qt4-embedded-gles/linux.conf @@ -25,7 +25,6 @@ QMAKE_LIBS_X11SM = $(OE_QMAKE_LIBS_X11SM) QMAKE_LIBS_NIS = -lnsl QMAKE_LIBS_EGL = -lEGL -lIMGegl -lsrv_um QMAKE_LIBS_OPENGL_QT = -lEGL -lGLESv2 -lGLES_CM -lIMGegl -lsrv_um -QMAKE_LIBS_OPENVG = -lEGL -lGLESv2 -lGLES_CM -lIMGegl -lsrv_um -lOpenVG -lOpenVGU QMAKE_LIBS_OPENGL_ES2 = -lEGL -lGLESv2 -lGLES_CM -lIMGegl -lsrv_um QMAKE_LIBS_THREAD = -lpthread diff --git a/recipes/qt4/qt4-embedded-gles_4.6.2.bb b/recipes/qt4/qt4-embedded-gles_4.6.2.bb index ac38f9d8c5..e7ba671a22 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}.2" +PR = "${INC_PR}.3" PROVIDES += "qt4-embedded" -QT_GLFLAGS = "-opengl es2 -no-openvg" +QT_GLFLAGS = "-opengl es2 -no-openvg -plugin-gfx-linuxfb -plugin-gfx-powervr" require qt-${PV}.inc |