From b72c772f83396769646ccf08e339f1582dcf8a58 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 26 Feb 2025 16:38:37 +0200 Subject: [PATCH] spirv: fix racy build Signed-off-by: Lionel Landwerlin Reported-by: Ki'sak Acked-by: Alyssa Rosenzweig Part-of: --- src/compiler/spirv/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/spirv/meson.build b/src/compiler/spirv/meson.build index fe35f4d9803..79b1e63741c 100644 --- a/src/compiler/spirv/meson.build +++ b/src/compiler/spirv/meson.build @@ -62,6 +62,7 @@ libvtn = static_library( idep_vtn = declare_dependency( dependencies : [dep_spirv_tools, idep_nir, idep_mesautil], link_with : libvtn, + sources : [spirv_info_h], ) spirv2nir = executable(