Skip to content

Commit

Permalink
meson: do not build shaders by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bonzini committed Oct 17, 2023
1 parent e6d8e5e commit 9bad39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/shader/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9bad39c

Please sign in to comment.