From b419857f0beca8926d02fa03086832cdc70326d7 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 29 Jan 2026 00:20:38 +0100 Subject: [PATCH] vala-unit: meson: Bump minimal meson version to 1.7 Basically a follow-up of commit b06da3175, but for the vala-unit subproject. --- subprojects/vala-unit/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/vala-unit/meson.build b/subprojects/vala-unit/meson.build index f3160d5d..08f75733 100644 --- a/subprojects/vala-unit/meson.build +++ b/subprojects/vala-unit/meson.build @@ -3,7 +3,7 @@ project( [ 'vala', 'c' ], version: '2.0', license: 'LGPL2.1+', - meson_version: '>= 0.50', + meson_version: '>= 1.7', ) enable_install = get_option('install')