summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-10-28 15:35:55 -0700
committerKhem Raj <raj.khem@gmail.com>2020-10-28 22:57:55 -0700
commit3427029851cd2654b1359ccbe7f111ff76655a81 (patch)
tree110655f96c59b730160076f7f91db7b034facdc2 /recipes-graphics
parentf3e712a82a50008d35be01695e4b28376f97391e (diff)
downloadmeta-clang-3427029851cd2654b1359ccbe7f111ff76655a81.tar.gz
mesa: Depend on elfutils regardless of llvm check
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index ce9c2fa..ddf5305 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -6,5 +6,4 @@ EXTRA_OEMASON_append_toolchain-clang_x86-64 = " -Dasm=false"
6 6
7export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config" 7export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm-config"
8 8
9PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true, -Dllvm=false, clang clang-native \ 9PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true, -Dllvm=false, clang clang-native elfutils"
10${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}"