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

git version control git at git.openembedded.org
Thu May 26 20:00:57 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 436621b821f7e25032b72f7c5fb92765bb67e18a
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=436621b821f7e25032b72f7c5fb92765bb67e18a

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