mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43: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
|
@ -15,5 +15,5 @@ executable('virtiofsd', files(
|
|||
|
||||
configure_file(input: '50-qemu-virtiofsd.json.in',
|
||||
output: '50-qemu-virtiofsd.json',
|
||||
configuration: config_host,
|
||||
configuration: { 'libexecdir' : get_option('libexecdir') },
|
||||
install_dir: qemu_datadir / 'vhost-user')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue