meson: build requirement to 0.56.0

meson.project_build_root() is only available with 0.56.0.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2021-01-05 12:10:58 +01:00
parent 4ebd997de2
commit c78807520f
2 changed files with 3 additions and 3 deletions

View File

@ -74,10 +74,10 @@ stages:
BUILD_OS: debian
FDO_DISTRIBUTION_VERSION: buster
FDO_DISTRIBUTION_PACKAGES: 'build-essential pkg-config libexpat1-dev libffi-dev libxml2-dev doxygen graphviz xmlto xsltproc docbook-xsl python3-pip python3-setuptools ninja-build'
FDO_DISTRIBUTION_EXEC: 'pip3 install meson==0.52.1'
FDO_DISTRIBUTION_EXEC: 'pip3 install meson==0.56.0'
# bump this tag every time you change something which requires rebuilding the
# base image
FDO_DISTRIBUTION_TAG: "2021-08-03.0"
FDO_DISTRIBUTION_TAG: "2022-02-05.0"
.debian-x86_64:
extends:

View File

@ -2,7 +2,7 @@ project(
'wayland', 'c',
version: '1.20.90',
license: 'MIT',
meson_version: '>= 0.52.1',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',
'buildtype=debugoptimized',