summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 4fe5f025eb..6fd92035f0 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -121,6 +121,7 @@ PACKAGECONFIG[dri3] = "-Ddri3=true, -Ddri3=false, xorgproto libxshmfence"
121VULKAN_DRIVERS = "" 121VULKAN_DRIVERS = ""
122VULKAN_DRIVERS_append_x86_class-target = ",intel" 122VULKAN_DRIVERS_append_x86_class-target = ",intel"
123VULKAN_DRIVERS_append_x86-64_class-target = ",intel" 123VULKAN_DRIVERS_append_x86-64_class-target = ",intel"
124VULKAN_DRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}"
124PACKAGECONFIG[vulkan] = "-Dvulkan-drivers=${VULKAN_DRIVERS}, -Dvulkan-drivers=''," 125PACKAGECONFIG[vulkan] = "-Dvulkan-drivers=${VULKAN_DRIVERS}, -Dvulkan-drivers='',"
125 126
126PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=false" 127PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=false"