meson: build requirement to 0.56.0
authorSimon Ser <contact@emersion.fr>
Tue, 5 Jan 2021 11:10:58 +0000 (12:10 +0100)
committerSimon Ser <contact@emersion.fr>
Sat, 5 Feb 2022 14:39:21 +0000 (15:39 +0100)
meson.project_build_root() is only available with 0.56.0.

Signed-off-by: Simon Ser <contact@emersion.fr>
.gitlab-ci.yml
meson.build

index 8f70e1f..db5c9c3 100644 (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:
index e9691ff..e7fc3ee 100644 (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',