build: Bump Meson dependency to 0.52.0

This is what’s available in the new Debian Stable, so we can expect it
to be available pretty much everywhere.

Subsequent commits will clean up old workarounds.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2021-10-07 17:05:12 +01:00
parent a4c9049486
commit 46588698e2
7 changed files with 8 additions and 8 deletions

View File

@@ -441,7 +441,7 @@ macos:
needs: []
before_script:
- bash .gitlab-ci/show-execution-environment.sh
- pip3 install --user meson==0.49.2
- pip3 install --user meson==0.52.0
- pip3 install --user ninja
- export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
script: