mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
meson: convert vss-win32
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
f15bff25f7
commit
7272fc7268
6 changed files with 39 additions and 33 deletions
|
@ -44,3 +44,9 @@ qga = executable('qemu-ga', qga_ss.sources(),
|
|||
link_args: config_host['LIBS_QGA'].split(),
|
||||
dependencies: [qemuutil, libudev],
|
||||
install: true)
|
||||
|
||||
if targetos == 'windows'
|
||||
if 'CONFIG_QGA_VSS' in config_host
|
||||
subdir('vss-win32')
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue