mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +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:
@ -10,5 +10,6 @@ foreach e : shaders
|
|||||||
output: output,
|
output: output,
|
||||||
capture: true,
|
capture: true,
|
||||||
input: files('@0@.@1@'.format(e[0], e[1])),
|
input: files('@0@.@1@'.format(e[0], e[1])),
|
||||||
|
build_by_default: false,
|
||||||
command: [shaderinclude, '@INPUT0@'])
|
command: [shaderinclude, '@INPUT0@'])
|
||||||
endforeach
|
endforeach
|
||||||
|
Reference in New Issue
Block a user