diff options
author | Paolo Bonzini | 2021-12-23 15:29:56 +0100 |
---|---|---|
committer | Paolo Bonzini | 2022-10-01 21:16:36 +0200 |
commit | 8a29c20597f98e20c7390300b63fa6ac7d3ad6dd (patch) | |
tree | b47a1bb7911920936b020a776c0b63b7e20ae45b /meson | |
parent | meson: -display dbus and CFI are incompatible (diff) | |
download | qemu-8a29c20597f98e20c7390300b63fa6ac7d3ad6dd.tar.gz qemu-8a29c20597f98e20c7390300b63fa6ac7d3ad6dd.tar.xz qemu-8a29c20597f98e20c7390300b63fa6ac7d3ad6dd.zip |
meson: require 0.61.3
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 Meson submodule to 0.61.5 also removes the message
WARNING: Broken python installation detected. Python files installed
by Meson might not be found by python interpreter.
unless using system meson is forced with --meson.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/873
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/848
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson')
m--------- | meson | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/meson b/meson -Subproject 12f9f04ba0decfda425dbbf9a501084c153a2d1 +Subproject 3a9b285a55b91b53b2acda987192274352ecb5b |