configure, meson: replace VSS SDK checks and options with --enable-vss-sdk
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 1 Feb 2022 12:53:43 +0000 (16:53 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 21 Feb 2022 09:35:54 +0000 (10:35 +0100)
commit8821a389b1fa2b27bf20245ad059f75482e5f25d
tree47d715317ebcdfe38465e18c6f476e83c4a1cae0
parent61fb0bd1f6eaec5f9715031df79c7bbba72acbd9
configure, meson: replace VSS SDK checks and options with --enable-vss-sdk

The VSS headers are part of standard MS VS SDK, at least since version
15, and probably before that.

They are also included with MinGW, although currently broken.

Let's streamline a bit the options, by not making it so special, and
instead rely on proper system headers configuration or user
--extra-cxxflags. This still requires some extra step to cross-build
with MinGW as described in the meson.build file now.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
[Use a "feature"-type option. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson.build
meson_options.txt
qga/meson.build
scripts/meson-buildoptions.sh
This page took 0.025312 seconds and 4 git commands to generate.