qt4-embedded-gles 4.6.2: try harder to build fb and sgx plugins
authorKoen Kooi <koen@openembedded.org>
Thu, 25 Feb 2010 08:19:47 +0000 (09:19 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 25 Feb 2010 09:20:21 +0000 (10:20 +0100)
* reported by Varun Shah

recipes/qt4/qt4-embedded-gles/linux.conf
recipes/qt4/qt4-embedded-gles_4.6.2.bb

index a530c75..32f3275 100644 (file)
@@ -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
index ac38f9d..e7ba671 100644 (file)
@@ -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