tuf-manager/meson_options.txt

55 lines
1.0 KiB
Meson
Raw Normal View History

2020-08-04 23:09:05 -04:00
option(
2020-08-05 21:15:32 -04:00
'valadocs',
type: 'boolean',
value: true,
description: 'Build valadocs'
2020-08-04 23:09:05 -04:00
)
option(
2020-08-05 21:15:32 -04:00
'valadocs-deps',
type: 'boolean',
value: false,
description: 'Build the valadocs of the dependencies'
2020-08-04 23:09:05 -04:00
)
option(
2020-08-05 21:15:32 -04:00
'build-cli',
type : 'boolean',
value: true,
description: 'Build the command line interface to TUF Manager'
2020-08-04 23:09:05 -04:00
)
option(
2020-08-05 21:15:32 -04:00
'build-gui',
type : 'boolean',
value: true,
description: 'Build the graphical user interface to TUF Manager'
2020-08-04 23:09:05 -04:00
)
option(
2020-08-05 21:15:32 -04:00
'always-authenticated',
type : 'boolean',
value: true,
description: 'User is always authenticated, so no password is necessary'
)
option(
'openrc',
type : 'boolean',
value: false,
description: 'Install OpenRC script'
2020-08-04 23:09:05 -04:00
)
2020-08-06 15:45:16 -04:00
option(
'runit',
type : 'boolean',
value: false,
description: 'Install runit script'
)
option(
's6',
type : 'boolean',
value: false,
description: 'Install s6 scripts'
)
2020-08-05 23:18:39 -04:00
option(
'systemd',
type : 'boolean',
value: false,
description: 'Install systemd unit'
)