build: Add script to update the unsupported devices from wiki

Avoid some more manual labor
This commit is contained in:
Marco Trevisan (Treviño)
2026-07-24 10:44:26 +00:00
committed by Marco Trevisan
parent 833d39ab59
commit b72feabc58
5 changed files with 85 additions and 5 deletions
+4
View File
@@ -11,6 +11,8 @@ project('libfprint', [ 'c', 'cpp' ],
fs = import('fs')
gnome = import('gnome')
python3 = find_program('python3')
libfprint_conf = configuration_data()
libfprint_conf.set_quoted('LIBFPRINT_VERSION', meson.project_version())
@@ -101,6 +103,8 @@ mathlib_dep = cc.find_library('m', required: false)
sh = find_program('sh', required: true)
cairo_dep = dependency('cairo', required: false)
sync_unsupported_files = files('scripts' / 'sync-unsupported-devices.py')
# introspection scanning and Gio-2.0.gir
gobject_introspection = dependency('gobject-introspection-1.0', required: get_option('introspection'))