mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
configure: move install_blobs from configure to meson
Move the conditions under which edk2 blobs are decompressed and installed to pc-bios/meson.build. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b37f357abf
commit
c8d5450bba
5 changed files with 14 additions and 31 deletions
|
@ -9,6 +9,6 @@ foreach f: [
|
|||
configure_file(input: files(f),
|
||||
output: f,
|
||||
configuration: {'DATADIR': qemu_datadir},
|
||||
install: install_blobs,
|
||||
install: get_option('install_blobs'),
|
||||
install_dir: qemu_datadir / 'firmware')
|
||||
endforeach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue