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:

committed by
Marge Bot

parent
c945e0777d
commit
ce5472137f
@@ -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@',
|
||||
|
Reference in New Issue
Block a user