mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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 <pbonzini@redhat.com>
This commit is contained in:
parent
5fbfea6c9d
commit
3b087f79a4
5 changed files with 4 additions and 4 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue