diff options
| author | Jonathan Liu <net147@gmail.com> | 2013-07-19 16:33:00 +1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-24 11:35:36 +0100 |
| commit | f8baa3571f6755c9a4ad9d9ffe8ff9f04bbb2ea1 (patch) | |
| tree | 611fe64cdcf4e1bd93aa79ae9ba8d6693bbc1028 | |
| parent | aaca67529b17c4baeacf3be779ee99bdcc242947 (diff) | |
| download | poky-f8baa3571f6755c9a4ad9d9ffe8ff9f04bbb2ea1.tar.gz | |
mesa: use LLVM 3.3 by default
(From OE-Core rev: 9908ec004bc3e2247e664d97690849253a66bae9)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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" | |||
| 53 | PACKAGECONFIG[gallium] = "--with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" | 53 | PACKAGECONFIG[gallium] = "--with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" |
| 54 | PACKAGECONFIG[gallium-egl] = "--enable-gallium-egl, --disable-gallium-egl" | 54 | PACKAGECONFIG[gallium-egl] = "--enable-gallium-egl, --disable-gallium-egl" |
| 55 | PACKAGECONFIG[gallium-gbm] = "--enable-gallium-gbm, --disable-gallium-gbm" | 55 | PACKAGECONFIG[gallium-gbm] = "--enable-gallium-gbm, --disable-gallium-gbm" |
| 56 | MESA_LLVM_RELEASE ?= "3.2" | 56 | MESA_LLVM_RELEASE ?= "3.3" |
| 57 | PACKAGECONFIG[gallium-llvm] = "--enable-gallium-llvm --with-llvm-shared-libs, --disable-gallium-llvm, llvm${MESA_LLVM_RELEASE}" | 57 | PACKAGECONFIG[gallium-llvm] = "--enable-gallium-llvm --with-llvm-shared-libs, --disable-gallium-llvm, llvm${MESA_LLVM_RELEASE}" |
| 58 | export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" | 58 | export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" |
| 59 | 59 | ||
