power-profiles-daemon/meson_options.txt
Mario Limonciello d23c29fb33 Add support to make legacy interface optional
If a distribution has migrated all applications over to the modern
interface they can compile without the legacy interface.
2025-02-07 19:59:53 -06:00

32 lines
907 B
Meson

option('legacy',
description: 'advertise legacy interface',
type: 'boolean',
value: 'true')
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',
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: '')