[oe-commits] Anand Balagopalakrishnan : libgles-omap3: Add wsegl. h to the destination include directory

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


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

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

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

---

 recipes/powervr-drivers/libgles-omap3.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
index ab4b248..db7681d 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





More information about the Openembedded-commits mailing list