meson: Bump dependency on 0.49.0
We're using some new features, and we may use more in future so better to bump the version to the minimum required than look back given we're still unstable. Fixes #204
This commit is contained in:
parent
bfc75de778
commit
022b4a75b1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ project('libfprint', [ 'c', 'cpp' ],
|
|||
'warning_level=1',
|
||||
'c_std=c99',
|
||||
],
|
||||
meson_version: '>= 0.46.0')
|
||||
meson_version: '>= 0.49.0')
|
||||
|
||||
gnome = import('gnome')
|
||||
|
||||
|
|
Loading…
Reference in a new issue