commit | 7272fc72682c2573c67136e2c175d33d00d8905b | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Jul 15 11:39:13 2019 +0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Aug 21 06:30:12 2020 -0400 |
tree | a3922cfcbffade17e643b85f7e756a1b66741ca5 | |
parent | f15bff25f7c6843d698e122dc8d1b5927360f6c1 [diff] [blame] |
meson: convert vss-win32 Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/qga/meson.build b/qga/meson.build index 3513a90..9ddb260 100644 --- a/qga/meson.build +++ b/qga/meson.build
@@ -44,3 +44,9 @@ 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