From 7689d660dc120a795b40c6460d1520eff1da8945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 18 Mar 2023 02:00:13 +0100 Subject: [PATCH] build: Bump meson requirement Using the same minimum version as gnome-shell should be uncontroversial, and allows us to use some new features. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b3f1892b..125de2fc 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gnome-shell-extensions', version: '44.rc', - meson_version: '>= 0.53.0', + meson_version: '>= 0.58.0', license: 'GPL2+' )