From 3b087f79a48807f348ea61469175e66b28ba44de Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 23 Dec 2021 15:29:56 +0100 Subject: meson: require 0.63.0 This version allows cleanups in modinfo collection, but they only work with Ninja 1.9.x and 1.8.x is still supported. It also supports the equivalent of QEMU's --static option to configure. The wheel file is bumped to 0.63.3, the last release in the 0.63 branch. Signed-off-by: Paolo Bonzini --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1ce0e48..590c771 100755 --- a/configure +++ b/configure @@ -1136,7 +1136,7 @@ if ! $mkvenv ensure \ $mkvenv_flags \ --dir "${source_path}/python/wheels" \ --diagnose "meson" \ - "meson>=0.61.5" ; + "meson>=0.63.0" ; then exit 1 fi -- cgit v1.1