mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-10 18:24:19 +00:00
Merge tag 'v1.94.0' into tod
Tag 1.94.0 Git-EVTag-v0-SHA512: 7cf9d7defb02433140f575589099569a5848ab34e8ecb0a4a90bb3c9eb1c228a16438afe1b23c381b59c1506f189a845752fead3dbd3c1c11f686cf47302cb1b
This commit is contained in:
+9
-1
@@ -6,8 +6,16 @@ option('introspection',
|
||||
description: 'Build GObject Introspection repository',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('udev_rules',
|
||||
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',
|
||||
description: 'Whether to create a udev hwdb for autosuspend (included in systemd v248 and later)',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('udev_hwdb_dir',
|
||||
|
||||
Reference in New Issue
Block a user