summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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 ada117036f..65c2770e11 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -53,7 +53,7 @@ GALLIUMDRIVERS = "swrast"
53PACKAGECONFIG[gallium] = "--with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" 53PACKAGECONFIG[gallium] = "--with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers"
54PACKAGECONFIG[gallium-egl] = "--enable-gallium-egl, --disable-gallium-egl" 54PACKAGECONFIG[gallium-egl] = "--enable-gallium-egl, --disable-gallium-egl"
55PACKAGECONFIG[gallium-gbm] = "--enable-gallium-gbm, --disable-gallium-gbm" 55PACKAGECONFIG[gallium-gbm] = "--enable-gallium-gbm, --disable-gallium-gbm"
56MESA_LLVM_RELEASE ?= "3.2" 56MESA_LLVM_RELEASE ?= "3.3"
57PACKAGECONFIG[gallium-llvm] = "--enable-gallium-llvm --with-llvm-shared-libs, --disable-gallium-llvm, llvm${MESA_LLVM_RELEASE}" 57PACKAGECONFIG[gallium-llvm] = "--enable-gallium-llvm --with-llvm-shared-libs, --disable-gallium-llvm, llvm${MESA_LLVM_RELEASE}"
58export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" 58export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}"
59 59