mesa: added recipes for 10.3.7 and 10.4.7

* enable 10.2.9 for x86
* 10.3.7 and 10.4.7 tested on x86 with llvm 3.5.1
* GLTeapot with 10.4.7 produces a blue teapot (instead of red)
This commit is contained in:
Jerome Duval
2015-03-21 22:38:49 +00:00
parent e60cecf1ee
commit 9e7046296b
4 changed files with 326 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ LICENSE="MIT"
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/10.2.9/MesaLib-10.2.9.tar.bz2"
CHECKSUM_SHA256="f6031f8b7113a92325b60635c504c510490eebb2e707119bbff7bd86aa34657d"
REVISION="1"
ARCHITECTURES="?x86 ?x86_64 ?arm ?ppc"
ARCHITECTURES="x86 ?x86_64 ?arm ?ppc"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.