[atk/ebassi/atk-2-38: 4/5] Bump up the required Meson version
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk/ebassi/atk-2-38: 4/5] Bump up the required Meson version
- Date: Thu, 24 Mar 2022 11:48:52 +0000 (UTC)
commit 21596c8e67e5252b51611b79b0a66b94cd454d99
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Mar 24 11:25:16 2022 +0000
Bump up the required Meson version
Use 0.52. It still is ancient, but that's what Debian stable uses.
.gitlab-ci/debian-stable.Dockerfile | 2 +-
.gitlab-ci/fedora-latest.Dockerfile | 2 +-
meson.build | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile
index a430025..bde2607 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -39,6 +39,6 @@ RUN useradd -u $HOST_USER_ID -ms /bin/bash user
USER user
WORKDIR /home/user
-RUN pip3 install --user meson==0.49.2
+RUN pip3 install --user meson==0.52
ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
diff --git a/.gitlab-ci/fedora-latest.Dockerfile b/.gitlab-ci/fedora-latest.Dockerfile
index 2faf441..24f476c 100644
--- a/.gitlab-ci/fedora-latest.Dockerfile
+++ b/.gitlab-ci/fedora-latest.Dockerfile
@@ -33,6 +33,6 @@ RUN useradd -u $HOST_USER_ID -ms /bin/bash user
USER user
WORKDIR /home/user
-RUN pip3 install --user meson==0.49.2
+RUN pip3 install --user meson==0.52
ENV LANG C.utf8
diff --git a/meson.build b/meson.build
index a1c7846..168a385 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('atk', 'c',
'warning_level=1',
'c_std=c99',
],
- meson_version : '>= 0.49.0')
+ meson_version : '>= 0.52')
cc = meson.get_compiler('c')
host_system = host_machine.system()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]