mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
list-udev-rules: Add udev rule generation for SPI
This commit is contained in:
committed by
Benjamin Berg
parent
4bcb55e412
commit
9dd72611bf
@@ -6,8 +6,12 @@ option('introspection',
|
||||
description: 'Build GObject Introspection repository',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
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