diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-04 16:34:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 14:49:00 +0100 |
commit | dc52f9cf343df4c2d77bee0e47004466321e7edb (patch) | |
tree | 4df4dc40727fd6ee1e1fc3b3076eaa73aa95ecbf | |
parent | 67379117375bcc143f636ccd56e548332b19325f (diff) | |
download | openembedded-core-dc52f9cf343df4c2d77bee0e47004466321e7edb.tar.gz openembedded-core-dc52f9cf343df4c2d77bee0e47004466321e7edb.tar.bz2 openembedded-core-dc52f9cf343df4c2d77bee0e47004466321e7edb.zip |
mesa: Update to use llvm 6.0
Adpat to the upgrade from 5.0 -> 6.0.
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 639eb35f6b..b501b7e726 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -89,7 +89,7 @@ GALLIUMDRIVERS_append_x86 = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm GALLIUMDRIVERS_append_x86-64 = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',${GALLIUMDRIVERS_LLVM}', '', d)}" # keep --with-gallium-drivers separate, because when only one of gallium versions is enabled, other 2 were adding --without-gallium-drivers PACKAGECONFIG[gallium] = "--enable-texture-float --with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" -MESA_LLVM_RELEASE ?= "5.0" +MESA_LLVM_RELEASE ?= "6.0" PACKAGECONFIG[gallium-llvm] = "--enable-llvm --enable-llvm-shared-libs, --disable-llvm, llvm${MESA_LLVM_RELEASE} llvm-native \ ${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}" export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" |