summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 65fbd3a3f1..7d602b10e6 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -145,11 +145,7 @@ PACKAGECONFIG[egl] = "-Degl=enabled, -Degl=disabled"
145 145
146# "opencl" also requires libclc and gallium-llvm to be present in PKGCONFIG! 146# "opencl" also requires libclc and gallium-llvm to be present in PKGCONFIG!
147# Be sure to enable them both for the target and for the native build. 147# Be sure to enable them both for the target and for the native build.
148PACKAGECONFIG[opencl] = " \ 148PACKAGECONFIG[opencl] = "-Dgallium-rusticl=true, -Dgallium-rusticl=false, bindgen-cli-native"
149 -Dgallium-opencl=icd -Dgallium-rusticl=true, \
150 -Dgallium-opencl=disabled -Dgallium-rusticl=false, \
151 bindgen-cli-native \
152"
153 149
154PACKAGECONFIG[broadcom] = "" 150PACKAGECONFIG[broadcom] = ""
155PACKAGECONFIG[etnaviv] = ",,python3-pycparser-native" 151PACKAGECONFIG[etnaviv] = ",,python3-pycparser-native"