From 3747445e8a4f909d0f785404d7b57d04cdefbea9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 25 Feb 2010 09:19:47 +0100 Subject: [PATCH] qt4-embedded-gles 4.6.2: try harder to build fb and sgx plugins * reported by Varun Shah --- recipes/qt4/qt4-embedded-gles/linux.conf | 1 - 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 -- 2.39.5