mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
meson: convert dummy Windows qga/qemu-ga target
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
328ec32d7d
commit
588a19fa9d
3 changed files with 6 additions and 5 deletions
|
@ -44,6 +44,7 @@ qga = executable('qemu-ga', qga_ss.sources(),
|
|||
link_args: config_host['LIBS_QGA'].split(),
|
||||
dependencies: [qemuutil, libudev],
|
||||
install: true)
|
||||
all_qga = [qga]
|
||||
|
||||
if targetos == 'windows'
|
||||
if 'CONFIG_QGA_VSS' in config_host
|
||||
|
@ -72,6 +73,9 @@ if targetos == 'windows'
|
|||
config_host['QEMU_GA_MSI_WITH_VSS'].split(),
|
||||
config_host['QEMU_GA_MSI_MINGW_DLL_PATH'].split(),
|
||||
])
|
||||
all_qga += [qga_msi]
|
||||
alias_target('msi', qga_msi)
|
||||
endif
|
||||
endif
|
||||
|
||||
alias_target('qemu-ga', all_qga)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue