diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-01 06:55:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-09 09:24:16 +0100 |
commit | 3adf66fc4bf56bf92c4acb199a18a8db3a1ccc2a (patch) | |
tree | 335a4d7c21d8208f05a333078f098bf33a797d70 /meta/recipes-graphics/mesa/mesa.inc | |
parent | 9265bec0526dbf03c301224c47c5c3ec47861c80 (diff) | |
download | poky-3adf66fc4bf56bf92c4acb199a18a8db3a1ccc2a.tar.gz |
mesa: Depend on llvm-native
We need to get llvm-config tool staged which is provided by llvm-native
(From OE-Core rev: 0aadad61bf740bb9a1859381790ecc0f37490c34)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-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 efe2bce065..a8203fb219 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -72,7 +72,7 @@ GALLIUMDRIVERS_append_x86-64 = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-l | |||
72 | # keep --with-gallium-drivers separate, because when only one of gallium versions is enabled, other 2 were adding --without-gallium-drivers | 72 | # keep --with-gallium-drivers separate, because when only one of gallium versions is enabled, other 2 were adding --without-gallium-drivers |
73 | PACKAGECONFIG[gallium] = "--enable-texture-float --with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" | 73 | PACKAGECONFIG[gallium] = "--enable-texture-float --with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" |
74 | MESA_LLVM_RELEASE ?= "5.0" | 74 | MESA_LLVM_RELEASE ?= "5.0" |
75 | PACKAGECONFIG[gallium-llvm] = "--enable-llvm --enable-llvm-shared-libs, --disable-llvm, llvm${MESA_LLVM_RELEASE} \ | 75 | PACKAGECONFIG[gallium-llvm] = "--enable-llvm --enable-llvm-shared-libs, --disable-llvm, llvm${MESA_LLVM_RELEASE} llvm-native \ |
76 | ${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}" | 76 | ${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}" |
77 | export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" | 77 | export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" |
78 | PACKAGECONFIG[xa] = "--enable-xa, --disable-xa" | 78 | PACKAGECONFIG[xa] = "--enable-xa, --disable-xa" |