Module: Mesa
Branch: main
Commit: ce5472137fb57348da59c32944e4b126a8ae795c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce5472137fb57348da59c32944e4b126a8ae795c

Author: Lionel Landwerlin <[email protected]>
Date:   Thu Oct 26 12:07:00 2023 +0300

anv/meson: add missing dependency on the interface header

Signed-off-by: Lionel Landwerlin <[email protected]>
Fixes: db335d9b73 ("anv: factor out host/gpu internal shaders interfaces")
Reviewed-by: Tapani Pälli <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25905>

---

 src/intel/vulkan/shaders/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/intel/vulkan/shaders/meson.build 
b/src/intel/vulkan/shaders/meson.build
index 7586babf5f2..12f99c510ac 100644
--- a/src/intel/vulkan/shaders/meson.build
+++ b/src/intel/vulkan/shaders/meson.build
@@ -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@',

Reply via email to