anv/meson: add missing dependency on the interface header

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: db335d9b73 ("anv: factor out host/gpu internal shaders interfaces")
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25905>
This commit is contained in:
Lionel Landwerlin
2023-10-26 12:07:00 +03:00
committed by Marge Bot
parent c945e0777d
commit ce5472137f

View File

@@ -48,7 +48,8 @@ foreach item : anv_internal_shaders
anv_internal_spvs += custom_target(
spv_filename,
input : [glsl2spirv, f, files('common_generated_draws.glsl',
'common_query_copy.glsl')],
'common_query_copy.glsl',
'interface.h')],
output : spv_filename,
command : [
prog_python, '@INPUT0@', '@INPUT1@', '@OUTPUT@',