aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4
diff options
context:
space:
mode:
authorAnand Balagopalakrishnan <anandb@ti.com>2011-05-26 19:07:30 +0530
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-26 13:11:01 +0200
commit9aa86bd401f1326ac0be5e063b3d24b79e84a534 (patch)
tree46931ccccc466610c91dd532ad906061e44cf332 /recipes/qt4
parent83f1c980c2a2450abf6f9c1df349e97f1ba7e6cb (diff)
downloadopenembedded-9aa86bd401f1326ac0be5e063b3d24b79e84a534.tar.gz
qt4: Fix the include path for SGX PowerVR drivers
* Qt's PowerVR graphics driver plugin requires the PowerVR header files pvr2d.h, wsegl.h to compile * The current recipes copy the wsegl.h from Qt's src/3rdparty/powervr to powervr graphics driver plugin directory - src/plugins/gfxdrivers/powervr. * If/when the header files change, the incorrect wsegl.h will get picked up. * This patch ensures that the header files are picked up from the SGX SDK Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/qt4')
-rw-r--r--recipes/qt4/qt-4.6.3.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/qt4/qt-4.6.3.inc b/recipes/qt4/qt-4.6.3.inc
index 77c5cf69d4..a35d57aedd 100644
--- a/recipes/qt4/qt-4.6.3.inc
+++ b/recipes/qt4/qt-4.6.3.inc
@@ -46,11 +46,6 @@ QT_GLFLAGS ?= ""
QT_CONFIG_FLAGS += " -no-rpath -qt3support -reduce-relocations -silent ${QT_GLFLAGS}"
do_compile() {
- # Fixup missing wsegl header in some SGX SDKs
- if ! [ -e ${STAGING_INCDIR}/wsegl.h ] ; then
- cp src/3rdparty/powervr/wsegl.h src/plugins/gfxdrivers/powervr/QWSWSEGL/
- fi
-
unset CFLAGS CXXFLAGS
oe_runmake ${EXTRA_ENV}
}