power-profiles-daemon/meson_options.txt

29 lines
794 B
Meson
Raw Permalink Normal View History

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')
option('pylint',
type: 'feature',
value: 'auto',
description: 'Run pylint checks, for developers only')
option('tests',
description: 'Whether to run tests',
type: 'boolean',
value: true)
option('manpage',
2024-02-14 22:50:30 -06:00
description: 'generate powerprofilesctl man page',
type: 'feature',
value: 'auto')
option('bashcomp',
description: 'generate bash completion',
type: 'feature',
value: 'auto')
option('zshcomp',
description: 'path for zsh completion file',
type: 'string',
value: '')