mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -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
|
@ -9,6 +9,6 @@ if 'CONFIG_TOOLS' in config_host and 'CONFIG_VIRGL' in config_host \
|
|||
|
||||
configure_file(input: '50-qemu-gpu.json.in',
|
||||
output: '50-qemu-gpu.json',
|
||||
configuration: config_host,
|
||||
configuration: { 'libexecdir' : get_option('libexecdir') },
|
||||
install_dir: qemu_datadir / 'vhost-user')
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue