summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini2020-08-30 18:17:23 +0200
committerPaolo Bonzini2020-09-01 07:51:51 +0200
commit46504430e6b1f96ca8d805117ee4e20b74544c9f (patch)
tree9a9078d7dd82a981fe3475b26ff85e87e64e539c /configure
parentMerge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' ... (diff)
downloadqemu-46504430e6b1f96ca8d805117ee4e20b74544c9f.tar.gz
qemu-46504430e6b1f96ca8d805117ee4e20b74544c9f.tar.xz
qemu-46504430e6b1f96ca8d805117ee4e20b74544c9f.zip
meson: bump submodule to 0.55.1
This version includes an important bugfix to avoid including unnecessary -Wl,-rpath flags. It also avoids the warnings on custom_targets with more than one output. Reported-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Tested-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8dc981684b..f81900880a 100755
--- a/configure
+++ b/configure
@@ -2023,7 +2023,7 @@ python_version=$($python -c 'import sys; print("%d.%d.%d" % (sys.version_info[0]
python="$python -B"
if test -z "$meson"; then
- if test "$explicit_python" = no && has meson && version_ge "$(meson --version)" 0.55.0; then
+ if test "$explicit_python" = no && has meson && version_ge "$(meson --version)" 0.55.1; then
meson=meson
elif test -e "${source_path}/.git" && test $git_update = 'yes' ; then
meson=git