2020-07-06 12:37:41 +02:00
|
|
|
option('systemdsystemunitdir',
|
|
|
|
|
description: 'systemd unit directory',
|
|
|
|
|
type: 'string',
|
|
|
|
|
value: 'auto')
|
|
|
|
|
option('gtk_doc',
|
|
|
|
|
type: 'boolean',
|
|
|
|
|
value: false,
|
|
|
|
|
description: 'Build docs')
|
2021-10-06 10:22:10 +02:00
|
|
|
option('pylint',
|
2024-02-14 22:53:27 -06:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto',
|
2021-10-06 10:22:10 +02:00
|
|
|
description: 'Run pylint checks, for developers only')
|
2022-06-28 15:36:03 +02:00
|
|
|
option('tests',
|
|
|
|
|
description: 'Whether to run tests',
|
|
|
|
|
type: 'boolean',
|
2024-02-05 11:26:06 -06:00
|
|
|
value: true)
|
2024-02-15 04:05:37 +01:00
|
|
|
option('manpage',
|
2024-02-14 22:50:30 -06:00
|
|
|
description: 'generate powerprofilesctl man page',
|
2024-02-15 04:05:37 +01:00
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
2024-02-14 22:39:55 -06:00
|
|
|
option('bashcomp',
|
|
|
|
|
description: 'generate bash completion',
|
|
|
|
|
type: 'feature',
|
|
|
|
|
value: 'auto')
|
|
|
|
|
option('zshcomp',
|
|
|
|
|
description: 'path for zsh completion file',
|
|
|
|
|
type: 'string',
|
|
|
|
|
value: '')
|