mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
2e00b03a43
Tag 1.94.0 Git-EVTag-v0-SHA512: 7cf9d7defb02433140f575589099569a5848ab34e8ecb0a4a90bb3c9eb1c228a16438afe1b23c381b59c1506f189a845752fead3dbd3c1c11f686cf47302cb1b
38 lines
1.2 KiB
Meson
38 lines
1.2 KiB
Meson
option('drivers',
|
|
description: 'Drivers to integrate, "default" selects the default set, "all" selects all drivers',
|
|
type: 'string',
|
|
value: 'default')
|
|
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 for autosuspend (included in systemd v248 and later)',
|
|
type: 'feature',
|
|
value: 'auto')
|
|
option('udev_hwdb_dir',
|
|
description: 'Installation path for udev hwdb',
|
|
type: 'string',
|
|
value: 'auto')
|
|
option('gtk-examples',
|
|
description: 'Whether to build GTK+ example applications',
|
|
type: 'boolean',
|
|
value: false)
|
|
option('doc',
|
|
description: 'Whether to build the API documentation',
|
|
type: 'boolean',
|
|
value: true)
|
|
|
|
option('tod',
|
|
description: 'Whether to build the TOD library',
|
|
type: 'boolean',
|
|
value: true)
|