aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powervr-drivers
diff options
context:
space:
mode:
authorAnand Balagopalakrishnan <anandb@ti.com>2011-05-26 19:03:08 +0530
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-26 13:03:52 +0200
commit83f1c980c2a2450abf6f9c1df349e97f1ba7e6cb (patch)
treebabcf95af7c93572526a91ca0e3ad930625b4992 /recipes/powervr-drivers
parenta3b9c76e35e78094a31bccef825554a979351055 (diff)
downloadopenembedded-83f1c980c2a2450abf6f9c1df349e97f1ba7e6cb.tar.gz
libgles-omap3: Add wsegl.h to the destination include directory
* Copy wsegl.h to the destination include directory. * This file is required to compile Qt's PowerVR graphics driver plugin. Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/powervr-drivers')
-rw-r--r--recipes/powervr-drivers/libgles-omap3.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
index ab4b2482d3..db7681d26c 100644
--- a/recipes/powervr-drivers/libgles-omap3.inc
+++ b/recipes/powervr-drivers/libgles-omap3.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "libGLES for the omap3"
LICENSE = "proprietary-binary"
-PR = "r14"
+PR = "r15"
COMPATIBLE_MACHINE = "(omap3|ti816x)"
@@ -145,6 +145,7 @@ do_install () {
cp -pPr ${S}/GFX_Linux_SDK/OVG/SDKPackage/Builds/OVG/Include/v* ${D}${includedir}/ || true
cp -pPr ${S}/GFX_Linux_SDK/OVG/SDKPackage/Builds/OVG/Include/V* ${D}${includedir}/ || true
cp -pPr ${S}/include/*.h ${D}${includedir} || true
+ cp -pPr ${S}/include/wsegl/*.h ${D}${includedir} || true
install -d ${D}${sysconfdir}/init.d/
cp -pP ${WORKDIR}/rc.pvr ${D}${sysconfdir}/init.d/pvr-init