From 0a7491d747f8a47e17424ec285746492e6f6ec04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 6 Sep 2021 01:22:27 +0200 Subject: [PATCH] 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: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ccd815ff..3c7604c7 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+' )