From 857236a81d5db9869502fe0dc7d9adf5e56f745f Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 14 Jan 2025 15:22:14 +0200 Subject: [PATCH] spirv: build vtn_bindgen for Anv/Iris Signed-off-by: Lionel Landwerlin Reviewed-by: Alyssa Rosenzweig Tested-by: Matt Turner Reviewed-by: Dylan Baker Part-of: --- src/compiler/spirv/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/spirv/meson.build b/src/compiler/spirv/meson.build index 451fc98a9cc..bfbfc072aa0 100644 --- a/src/compiler/spirv/meson.build +++ b/src/compiler/spirv/meson.build @@ -84,7 +84,7 @@ if get_option('mesa-clc') == 'system' # # XXX: Build by default once https://github.com/mesonbuild/meson/pull/12022 # ships. -elif get_option('mesa-clc') != 'auto' or with_gallium_asahi or with_asahi_vk +elif get_option('mesa-clc') != 'auto' or with_gallium_asahi or with_asahi_vk or with_intel_vk or with_gallium_iris prog_vtn_bindgen = executable( 'vtn_bindgen', ['vtn_bindgen.c'],