2021-08-30 13:11:42 +02:00
|
|
|
option('man',
|
|
|
|
|
type : 'boolean',
|
2025-09-17 12:27:42 +08:00
|
|
|
value : true,
|
2021-08-30 13:11:42 +02:00
|
|
|
description : 'Build manpages')
|
|
|
|
|
option('gtk-doc',
|
|
|
|
|
type : 'boolean',
|
2025-09-17 12:27:42 +08:00
|
|
|
value : true,
|
2021-08-30 13:11:42 +02:00
|
|
|
description : 'Build developer documentation')
|
|
|
|
|
option('introspection',
|
|
|
|
|
type : 'feature',
|
|
|
|
|
value : 'auto',
|
|
|
|
|
description : 'Build GObject Introspection data')
|
|
|
|
|
option('udevrulesdir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
value: 'auto',
|
|
|
|
|
description : 'Directory for udev rules')
|
2022-03-28 15:43:16 +02:00
|
|
|
option('udevhwdbdir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
value: 'auto',
|
|
|
|
|
description : 'Directory for udev hwdb')
|
2021-08-30 13:11:42 +02:00
|
|
|
option('historydir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
description : 'Directory for upower history files will be stored')
|
2024-07-23 14:46:36 +08:00
|
|
|
option('statedir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
description : 'Directory for upower status files will be stored')
|
2021-08-30 13:11:42 +02:00
|
|
|
option('systemdsystemunitdir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
description : 'Directory for systemd service files ("no" to disable)')
|
|
|
|
|
option('os_backend',
|
|
|
|
|
type : 'combo',
|
|
|
|
|
choices : [ 'auto', 'linux', 'freebsd', 'openbsd', 'dummy'],
|
|
|
|
|
value : 'auto',
|
|
|
|
|
description : 'Directory for systemd service files')
|
|
|
|
|
option('idevice',
|
|
|
|
|
type : 'feature',
|
|
|
|
|
value : 'auto',
|
|
|
|
|
description : 'Build with libimobiledevice')
|
2024-08-12 15:43:25 +08:00
|
|
|
option('polkit',
|
|
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto',
|
|
|
|
|
description: 'PolKit support in daemon')
|
2024-10-08 02:55:33 +02:00
|
|
|
option('zshcompletiondir',
|
|
|
|
|
type: 'string',
|
|
|
|
|
value: '',
|
|
|
|
|
description: 'Directory for zsh completion scripts ["no" disables]')
|
2023-08-04 22:21:20 -03:00
|
|
|
option('installed_tests',
|
|
|
|
|
type : 'boolean',
|
|
|
|
|
value : true,
|
|
|
|
|
description : 'Install integration tests')
|