From 9908ec004bc3e2247e664d97690849253a66bae9 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Fri, 19 Jul 2013 16:33:00 +1000 Subject: mesa: use LLVM 3.3 by default Signed-off-by: Jonathan Liu Signed-off-by: Saul Wold --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/mesa') diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index ada117036f..65c2770e11 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -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}" -- cgit 1.2.3-korg