libfprint/meson_options.txt

21 lines
676 B
Meson
Raw Normal View History

option('drivers',
description: 'Drivers to integrate, "default" selects the default set, "all" selects all drivers',
type: 'string',
value: 'default')
option('udev_rules',
description: 'Whether to create a udev rules file',
type: 'boolean',
value: true)
option('udev_rules_dir',
description: 'Installation path for udev rules',
type: 'string',
value: 'auto')
2018-10-08 14:33:04 +00:00
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)