mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +00:00
build: Add script to update the unsupported devices from wiki
Avoid some more manual labor
This commit is contained in:
committed by
Marco Trevisan
parent
833d39ab59
commit
b72feabc58
@@ -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'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user