diff options
author | Paolo Bonzini | 2020-08-30 18:17:23 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-09-01 07:51:51 +0200 |
commit | 46504430e6b1f96ca8d805117ee4e20b74544c9f (patch) | |
tree | 9a9078d7dd82a981fe3475b26ff85e87e64e539c /configure | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' ... (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |