mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
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:
committed by
Benjamin Berg
parent
30eaaf2def
commit
1835d99265
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user