device: Expose finger status as DBus properties

libfprint v1.90.4 introduced a new finger status API to expose to the UI
the finger status on sensor.

Add two new properties to the Device interface that represent the
possible values.

Add new tests.
This commit is contained in:
Marco Trevisan (Treviño)
2020-12-05 06:19:06 +01:00
committed by Benjamin Berg
parent 30eaaf2def
commit 1835d99265
4 changed files with 172 additions and 4 deletions

View File

@ -64,7 +64,7 @@ add_project_arguments(common_cflags, language: 'c')
host_system = host_machine.system()
# NOTE: Bump gdbus-codegen min version once we can depend on 2.64!
glib_min_version = '2.56'
libfprint_min_version = '1.90.1'
libfprint_min_version = '1.90.4'
fprintd_installdir = get_option('prefix') / get_option('libexecdir')
fprintd_plugindir = get_option('prefix') / get_option('libdir') / meson.project_name() / 'modules'