]> git.proxmox.com Git - mirror_qemu.git/commit - configure
meson: bump submodule to 0.59.3
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 27 Oct 2021 13:18:48 +0000 (15:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Nov 2021 14:57:28 +0000 (15:57 +0100)
commit6638cae5f65c5f6fb312ef6f1635b29d2fd056aa
treef6d217e4134badb0beee509d931060b1bf503e6c
parentfccec5ce171b66850b5882488a64d6ffd1131d2e
meson: bump submodule to 0.59.3

This gains some bugfixes, especially:

- it fixes the introspection of array options.  While technically we
still support Meson 0.58.2, this issue only appears when adding a new
option and not if the user is just building QEMU.  In the relatively
rare case of a contributor using --meson to point to a 0.58 version,
review can catch spurious changes to scripts/meson-buildoptions.sh
easily.

- it fixes "meson test" when it is not the process group leader.  Make is
the process group leader when "make check" invokes "meson test", so this
is a requirement for using it as a test harness.

Tested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson
scripts/meson-buildoptions.py