From 6916402456ac2c66d10fb702aed69dca7f096679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 4 Mar 2022 21:01:31 +0100 Subject: [PATCH] meson: Set the correct required version We use features from 0.54.0 so make that requirement explicit. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 898a67fa0..76034dc25 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('mutter', 'c', version: '42.beta', - meson_version: '>= 0.53.0', + meson_version: '>= 0.54.0', license: 'GPLv2+' )