diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-23 13:50:53 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-26 10:01:47 +0100 |
commit | d3550a4bd4bb26899ee20a27b551a639d67ebd6e (patch) | |
tree | 902188eb93db858b4121a16e34a34fccfcbaebeb /recipes-graphics | |
parent | ead15a9b4dbf8d208bbaea08e775e0befd1ac0d4 (diff) | |
download | meta-ti-d3550a4bd4bb26899ee20a27b551a639d67ebd6e.tar.gz |
libgles-omap3: install X11 windowing system for newer SDK releases as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc index fff19f0e..3ee4124c 100644 --- a/recipes-graphics/libgles/libgles-omap3.inc +++ b/recipes-graphics/libgles/libgles-omap3.inc | |||
@@ -3,7 +3,7 @@ LICENSE = "proprietary-binary" | |||
3 | # 'TSPA.txt' might not be the best file to md5sum | 3 | # 'TSPA.txt' might not be the best file to md5sum |
4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" | 4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" |
5 | 5 | ||
6 | PR = "r20" | 6 | PR = "r21" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" | 8 | COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" |
9 | 9 | ||
@@ -136,6 +136,7 @@ do_install () { | |||
136 | install -m 0755 ${BINLOCATION}/xgles1test1 ${D}${bindir}/ | 136 | install -m 0755 ${BINLOCATION}/xgles1test1 ${D}${bindir}/ |
137 | 137 | ||
138 | install -m 0755 ${BINLOCATION}/freedesktop/kdrive/usr/X11R6_SGX/bin/Xsgx ${D}${bindir}/|| true | 138 | install -m 0755 ${BINLOCATION}/freedesktop/kdrive/usr/X11R6_SGX/bin/Xsgx ${D}${bindir}/|| true |
139 | cp -pPR ${S}/GFX_Linux_SDK/OGLES2/SDKPackage/Builds/OGLES2/LinuxOMAP3/lib/*X11WS* ${D}${libdir} || true | ||
139 | 140 | ||
140 | install -d ${D}${includedir} | 141 | install -d ${D}${includedir} |
141 | cp -pPR ${S}/GFX_Linux_KM/include4 ${D}${includedir}/ | 142 | cp -pPR ${S}/GFX_Linux_KM/include4 ${D}${includedir}/ |