summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc2
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
73PACKAGECONFIG[gallium] = "--enable-texture-float --with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" 73PACKAGECONFIG[gallium] = "--enable-texture-float --with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers"
74MESA_LLVM_RELEASE ?= "5.0" 74MESA_LLVM_RELEASE ?= "5.0"
75PACKAGECONFIG[gallium-llvm] = "--enable-llvm --enable-llvm-shared-libs, --disable-llvm, llvm${MESA_LLVM_RELEASE} \ 75PACKAGECONFIG[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 ''}"
77export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" 77export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}"
78PACKAGECONFIG[xa] = "--enable-xa, --disable-xa" 78PACKAGECONFIG[xa] = "--enable-xa, --disable-xa"