[rhythmbox/postinstall] lower maximum meson version, they broke gnome.post_install() in 0.62



commit 072bd451bff42b45c51f0a72024cfa1f8e597463
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Apr 20 22:25:05 2022 +1000

    lower maximum meson version, they broke gnome.post_install() in 0.62

 .gitlab-ci.yml | 2 +-
 meson.build    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fdf925493..f55b2666f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - test
 
 variables:
-  MESON_VER: 0.62.0
+  MESON_VER: 0.61.0
 
   UBUNTU_DEPS:
     build-essential
diff --git a/meson.build b/meson.build
index 332e090ef..72c4bf49e 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.62.0')
-      error('unsupported version of meson, please use 0.62')
+if meson.version().version_compare('> 0.61.0')
+      error('unsupported version of meson, please use 0.61')
 endif
 
 gnome = import('gnome')


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