mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-12-20 08:10:06 +01:00
build: Adapt meson version to requirements
This commit is contained in:
parent
d1504a30b7
commit
db48d1a4e4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ project('libfprint', [ 'c', 'cpp' ],
|
||||||
'warning_level=1',
|
'warning_level=1',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
],
|
],
|
||||||
meson_version: '>= 0.56.0')
|
meson_version: '>= 0.57.0')
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue