qt4: Fix the include path for SGX PowerVR drivers
commitf63289cfa7e1d96cc7f5ab845e5764f0b853a022
authorAnand Balagopalakrishnan <anandb@ti.com>
Thu, 26 May 2011 13:37:30 +0000 (26 19:07 +0530)
committerKoen Kooi <koen@openembedded.org>
Thu, 26 May 2011 11:03:58 +0000 (26 13:03 +0200)
tree2680d6ea57111cea6b19e2106a53144610e9ce90
parent436621b821f7e25032b72f7c5fb92765bb67e18a
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>
recipes/qt4/qt-4.6.3.inc
recipes/qt4/qt-4.7.3.inc