]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: use LLVM 3.3 by default
authorJonathan Liu <net147@gmail.com>
Fri, 19 Jul 2013 06:33:00 +0000 (16:33 +1000)
committerSaul Wold <sgw@linux.intel.com>
Tue, 23 Jul 2013 14:22:37 +0000 (07:22 -0700)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/mesa/mesa.inc

index ada117036f6df531793372961a046d7c263819ba..65c2770e1135181e66612cc88ea1345be6e9a66e 100644 (file)
@@ -53,7 +53,7 @@ GALLIUMDRIVERS = "swrast"
 PACKAGECONFIG[gallium]      = "--with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers"
 PACKAGECONFIG[gallium-egl]  = "--enable-gallium-egl, --disable-gallium-egl"
 PACKAGECONFIG[gallium-gbm]  = "--enable-gallium-gbm, --disable-gallium-gbm"
-MESA_LLVM_RELEASE ?= "3.2"
+MESA_LLVM_RELEASE ?= "3.3"
 PACKAGECONFIG[gallium-llvm] = "--enable-gallium-llvm --with-llvm-shared-libs, --disable-gallium-llvm, llvm${MESA_LLVM_RELEASE}"
 export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}"