They are not needed when building user-mode emulators.
Signed-off-by: Paolo Bonzini <[email protected]>
---
ui/shader/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/shader/meson.build b/ui/shader/meson.build
index 592bf596b9a..3137e65578e 100644
--- a/ui/shader/meson.build
+++ b/ui/shader/meson.build
@@ -10,5 +10,6 @@ foreach e : shaders
output: output,
capture: true,
input: files('@0@.@1@'.format(e[0], e[1])),
+ build_by_default: false,
command: [shaderinclude, '@INPUT0@'])
endforeach
--
2.41.0