summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2022-03-05 12:48:40 +0100
committerJonas Ådahl <jadahl@gmail.com>2022-03-05 13:08:17 +0100
commita3d689e7119ae5245d422c1ded0bf1b8eae2166b (patch)
tree4a817666dc409ebd5cb75bee2e61c5c84e37a041
parent0fa64f15e3a6f579120be3bf686883e3c63ce924 (diff)
downloadmutter-a3d689e7119ae5245d422c1ded0bf1b8eae2166b.tar.gz
meson: Bump meson version requirement
We use features from 0.55.0 in the KVM test paths; make that requirement explicit. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2320>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 41fd0ab01..d3318ef65 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('mutter', 'c',
version: '42.beta',
- meson_version: '>= 0.54.0',
+ meson_version: '>= 0.55.0',
license: 'GPLv2+'
)