Update Meson to 0.61.5 to fix a few longstanding issues: - `checkinstall` on Debian Bullseye fails with `FileNotFoundError:` (#848) - Meson warns about a broken Python install on Debian/Ubuntu (#873) - dbus-display must be built as a module
Paolo Bonzini (5): ui: fix path to dbus-display1.h meson: require 0.61.3 meson: multiple names can be passed to dependency() configure, meson: move C++ compiler detection to meson.build configure, meson: move linker flag detection to meson configure | 75 +-------------------------------- meson | 2 +- meson.build | 67 +++++++++++++++++++---------- qga/meson.build | 2 +- scripts/main.c | 1 + tests/qtest/dbus-display-test.c | 2 +- ui/dbus.h | 2 +- 7 files changed, 50 insertions(+), 101 deletions(-) create mode 100644 scripts/main.c -- 2.37.3