Re: [PATCH 2/5] meson: require 0.61.3

2022-09-27 Thread Marc-André Lureau
On Tue, Sep 27, 2022 at 1:59 PM Paolo Bonzini wrote: > > This removes the dependency of dbus-display on --enable-modules. It also > allows > cleanups in modinfo collection and allows moving C++ compiler detection to > meson.build. > > Because it is now deprecated to use install_subdir to create

[PATCH 2/5] meson: require 0.61.3

2022-09-27 Thread Paolo Bonzini
This removes the dependency of dbus-display on --enable-modules. It also allows cleanups in modinfo collection and allows moving C++ compiler detection to meson.build. Because it is now deprecated to use install_subdir to create an empty directory, replace it with install_emptydir. Updating the