meson: Set the correct required version

We use features from 0.54.0 so make that requirement explicit.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
Jonas Ådahl 2022-03-04 21:01:31 +01:00 committed by Marge Bot
parent 46f81afb3b
commit 6916402456

View File

@ -1,6 +1,6 @@
project('mutter', 'c',
version: '42.beta',
meson_version: '>= 0.53.0',
meson_version: '>= 0.54.0',
license: 'GPLv2+'
)