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:
parent
f696675000
commit
b419857f0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue