diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-30 18:17:23 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-01 01:51:51 -0400 |
commit | 46504430e6b1f96ca8d805117ee4e20b74544c9f (patch) | |
tree | 9a9078d7dd82a981fe3475b26ff85e87e64e539c /configure | |
parent | 2f4c51c0f384d7888a04b4815861e6d5fd244d75 (diff) | |
download | qemu-46504430e6b1f96ca8d805117ee4e20b74544c9f.zip qemu-46504430e6b1f96ca8d805117ee4e20b74544c9f.tar.gz qemu-46504430e6b1f96ca8d805117ee4e20b74544c9f.tar.bz2 |
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 |