mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
configure: move directory options from config-host.mak to meson
Since installation is not part of Makefiles anymore, Make need not know the directories anymore. Meson already knows them through built-in options, do everything using them instead of the config_host dictionary. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fe0038bec2
commit
16bf7a3326
11 changed files with 51 additions and 51 deletions
|
@ -8,7 +8,7 @@ foreach f: [
|
|||
]
|
||||
configure_file(input: files(f),
|
||||
output: f,
|
||||
configuration: {'DATADIR': config_host['qemu_datadir']},
|
||||
configuration: {'DATADIR': qemu_datadir},
|
||||
install: install_blobs,
|
||||
install_dir: qemu_datadir / 'firmware')
|
||||
endforeach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue