Re: [PULL 18/30] configure, meson: move guest-agent, tools to meson

2022-03-17 Thread Brad Smith
Trying out 7.0.0-rc0 I noticed after this commit that the guest agent does not build on the BSD's and macOS. From the configure scrip it went from..   elif [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" -o "$mingw32" = "yes" ] ; then   guest_agent=yes to this in meson.build..

[PULL 18/30] configure, meson: move guest-agent, tools to meson

2022-02-15 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- configure | 48 ++-- contrib/vhost-user-gpu/meson.build | 2 +- docs/meson.build | 2 -- meson.build| 50 -- meson_options.txt