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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
project('gnome-shell-extensions',
|
||||
version: '41.rc',
|
||||
meson_version: '>= 0.44.0',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPL2+'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user