[gnome-shell-extensions] build: Bump meson requirement



commit 0a7491d747f8a47e17424ec285746492e6f6ec04
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Sep 6 01:22:27 2021 +0200

    build: Bump meson requirement
    
    Passing arguments to dist scripts was only introduced after 0.44,
    so bump the requirement to shut up the corresponding warning.
    
    Meson 0.53 is the same version requirement as gnome-shell, so that
    shouldn't be an issue for distributors.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/191>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ccd815f..3c7604c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-shell-extensions',
   version: '41.rc',
-  meson_version: '>= 0.44.0',
+  meson_version: '>= 0.53.0',
   license: 'GPL2+'
 )
 


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