From: Koen Kooi Date: Sat, 27 Mar 2010 14:33:04 +0000 (+0100) Subject: qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb support stati... X-Git-Tag: Release-2010-05/1~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c30cf2d631e648f0124c6a9bbb268209aa2d534;p=openembedded.git qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb support statically --- diff --git a/recipes/qt4/qt4-embedded-gles/linux.conf b/recipes/qt4/qt4-embedded-gles/linux.conf index 32f3275402..12b5633f57 100644 --- a/recipes/qt4/qt4-embedded-gles/linux.conf +++ b/recipes/qt4/qt4-embedded-gles/linux.conf @@ -57,6 +57,6 @@ QMAKE_INSTALL_FILE = install -m 644 -p QMAKE_INSTALL_PROGRAM = install -m 755 -p #These defines are documented in the powervr README, please read it -DEFINES += QT_QWS_CLIENTBLIT QT_NO_QWS_CURSOR +DEFINES += QT_NO_OPENVG QT_QWS_CLIENTBLIT QT_NO_QWS_CURSOR include(unix.conf) diff --git a/recipes/qt4/qt4-embedded-gles_4.6.2.bb b/recipes/qt4/qt4-embedded-gles_4.6.2.bb index e7ba671a22..f518a47f63 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}.3" +PR = "${INC_PR}.4" PROVIDES += "qt4-embedded" -QT_GLFLAGS = "-opengl es2 -no-openvg -plugin-gfx-linuxfb -plugin-gfx-powervr" +QT_GLFLAGS = "-opengl es2 -no-openvg -plugin-gfx-powervr" require qt-${PV}.inc