spirv: build vtn_bindgen for Anv/Iris

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Tested-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Dylan Baker <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33014>
This commit is contained in:
Lionel Landwerlin 2025-01-14 15:22:14 +02:00 committed by Marge Bot
parent b0a882b3dc
commit 857236a81d

View file

@ -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'],