vala-unit: meson: Bump minimal meson version to 1.7

Basically a follow-up of commit b06da3175, but for the vala-unit
subproject.
This commit is contained in:
Niels De Graef 2026-01-29 00:20:38 +01:00
parent f696675000
commit b419857f0b

View file

@ -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')