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 | |
parent | 2f4c51c0f384d7888a04b4815861e6d5fd244d75 (diff) |
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>
-rwxr-xr-x | configure | 2 | ||||
m--------- | meson | 0 |
2 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 diff --git a/meson b/meson -Subproject d0c68dc11507a47b9b85de508e023d9590d6056 +Subproject 68ed748f84f14c2d4e62dcbd123816e5898eb04 |