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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user