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>
This commit is contained in:
Florian Müllner
2021-09-06 01:22:27 +02:00
parent 68bf3e7ff7
commit 0a7491d747
+1 -1
View File
@@ -1,6 +1,6 @@
project('gnome-shell-extensions',
version: '41.rc',
meson_version: '>= 0.44.0',
meson_version: '>= 0.53.0',
license: 'GPL2+'
)