[rhythmbox/meson-0.62] build: update meson version limit to 0.62




commit cd5667017de87fe1b194c84dd8b85da830f2f497
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Apr 10 19:14:08 2022 +1000

    build: update meson version limit to 0.62

 .gitlab-ci.yml | 2 +-
 INSTALL.quick  | 3 +--
 meson.build    | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2659b4dec..fdf925493 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - test
 
 variables:
-  MESON_VER: 0.60.3
+  MESON_VER: 0.62.0
 
   UBUNTU_DEPS:
     build-essential
diff --git a/INSTALL.quick b/INSTALL.quick
index 91191a6e6..065d22da1 100644
--- a/INSTALL.quick
+++ b/INSTALL.quick
@@ -32,8 +32,7 @@ Simple install procedure
   % ninja -C _build                              # build Rhythmbox
   % ninja -C _build install                      # install Rhythmbox
 
-The supported version of meson for building Rhythmbox is 0.60.3.
-Anything newer is unlikely to work due to meson's constant syntax changes.
+The supported version of meson for building Rhythmbox is 0.62.
 
 The Details
 ===========
diff --git a/meson.build b/meson.build
index 45cf69180..960eb6a29 100644
--- a/meson.build
+++ b/meson.build
@@ -3,8 +3,8 @@ project('rhythmbox', 'c',
   meson_version: '>= 0.59.0',
   default_options: ['c_std=gnu89'])
 
-if meson.version().version_compare('> 0.60.3')
-      error('unsupported version of meson, please use 0.60.3')
+if meson.version().version_compare('> 0.62.0')
+      error('unsupported version of meson, please use 0.62')
 endif
 
 gnome = import('gnome')


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