[oe-commits] Anand Balagopalakrishnan : qt4: Fix the include path for SGX PowerVR drivers

git version control git at git.openembedded.org
Fri May 27 17:47:28 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 9aa86bd401f1326ac0be5e063b3d24b79e84a534
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=9aa86bd401f1326ac0be5e063b3d24b79e84a534

Author: Anand Balagopalakrishnan <anandb at ti.com>
Date:   Thu May 26 19:25:30 2011 +0530

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 at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/qt4/qt-4.6.3.inc |    5 -----
 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 77c5cf6..a35d57a 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}
 }





More information about the Openembedded-commits mailing list