mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
meson: do not build shaders by default
They are not needed when building user-mode emulators. Reviewed-by: Emmanouil Pitsidianakis <manos.pitsidianakis@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e6d8e5e6e3
commit
9bad39c7e8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue