[gnome-software: 7/110] meson: Bump Meson dependency




commit 8a1f104615bc0bd01b50a5e0c71c80ade7d22b52
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Oct 5 19:54:45 2021 +0100

    meson: Bump Meson dependency
    
    Since we’re now building on more modern distro images in CI, we might as
    well bump the Meson dependency. Choose 0.55, since that’s what GTK4
    depends on, so gnome-software already depends on it transitively.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .gitlab-ci/debian-stable.Dockerfile | 2 +-
 .gitlab-ci/fedora.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 59c91d197..4a28aebbb 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -56,7 +56,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
     xz-utils \
  && rm -rf /usr/share/doc/* /usr/share/man/*
 
-RUN pip3 install meson==0.50.0
+RUN pip3 install meson==0.55.0
 
 # Enable passwordless sudo for sudo users
 RUN sed -i -e '/%sudo/s/ALL$/NOPASSWD: ALL/' /etc/sudoers
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 4fad66ea1..21c2e57cf 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -60,7 +60,7 @@ RUN dnf -y install \
     zlib-devel \
  && dnf clean all
 
-RUN pip3 install meson==0.50.0
+RUN pip3 install meson==0.59.1
 
 # Enable sudo for wheel users
 RUN sed -i -e 's/# %wheel/%wheel/' -e '0,/%wheel/{s/%wheel/# %wheel/}' /etc/sudoers
diff --git a/meson.build b/meson.build
index 22b65ffe8..73304c28e 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('gnome-software', 'c',
   version : '41.1',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c11'],
-  meson_version : '>=0.47.0'
+  meson_version : '>=0.55.0'
 )
 
 conf = configuration_data()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]