mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Use fs to get files basename
We can safely bump meson
This commit is contained in:
@@ -6,8 +6,9 @@ project('libfprint', [ 'c', 'cpp' ],
|
||||
'warning_level=1',
|
||||
'c_std=gnu99',
|
||||
],
|
||||
meson_version: '>= 0.57.0')
|
||||
meson_version: '>= 0.59.0')
|
||||
|
||||
fs = import('fs')
|
||||
gnome = import('gnome')
|
||||
|
||||
libfprint_conf = configuration_data()
|
||||
|
||||
Reference in New Issue
Block a user