Merge tag 'debian/1%1.94.1-1' into ubuntu

libfprint Debian release 1:1.94.1-1
This commit is contained in:
Marco Trevisan (Treviño)
2021-10-28 18:16:13 +02:00
155 changed files with 54138 additions and 3002 deletions
+11 -3
View File
@@ -7,9 +7,17 @@ option('introspection',
type: 'boolean',
value: true)
option('udev_rules',
description: 'Whether to create a udev rules file',
type: 'boolean',
value: true)
description: 'Whether to create and install udev rules (auto: turn on when needed by a driver)',
type: 'feature',
value: 'auto')
option('udev_rules_dir',
description: 'Installation path for udev rules',
type: 'string',
value: 'auto')
option('udev_hwdb',
description: 'Whether to create a udev hwdb for autosuspend (included in systemd v248 and later)',
type: 'feature',
value: 'auto')
option('udev_hwdb_dir',
description: 'Installation path for udev hwdb',
type: 'string',