build: Use fs to get files basename

We can safely bump meson
This commit is contained in:
Marco Trevisan (Treviño)
2025-02-20 18:39:01 +01:00
parent e401fc10e8
commit c37da8568f
2 changed files with 3 additions and 3 deletions

View File

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