diff options
author | Jonathan Liu <net147@gmail.com> | 2013-07-19 16:33:00 +1000 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-23 07:22:37 -0700 |
commit | 9908ec004bc3e2247e664d97690849253a66bae9 (patch) | |
tree | 0e9e084e1b90d3fc7112ea4dcb6ad6bd3ad85c3d /meta | |
parent | f0c89f4122a0df67a003a6721afb45d7979ffc6f (diff) | |
download | openembedded-core-9908ec004bc3e2247e664d97690849253a66bae9.tar.gz openembedded-core-9908ec004bc3e2247e664d97690849253a66bae9.tar.bz2 openembedded-core-9908ec004bc3e2247e664d97690849253a66bae9.zip |
mesa: use LLVM 3.3 by default
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |