aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Balagopalakrishnan <anandb@ti.com>2011-05-26 19:03:08 +0530
committerKoen Kooi <koen@openembedded.org>2011-05-26 13:02:48 +0200
commit436621b821f7e25032b72f7c5fb92765bb67e18a (patch)
tree1fdf072830dea7298d43d874a2e08994c1529966
parent3b80e76fc6143912457c9f11bfe4c1f9c9cdaef2 (diff)
downloadopenembedded-436621b821f7e25032b72f7c5fb92765bb67e18a.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>
-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