2018-10-06 01:47:45 +02:00
|
|
|
option(
|
|
|
|
'installed_tests',
|
|
|
|
type: 'boolean',
|
|
|
|
value: false,
|
|
|
|
description: 'enable installed tests'
|
2019-12-06 18:09:57 +01:00
|
|
|
)
|
|
|
|
option(
|
|
|
|
'pamlibdir',
|
|
|
|
type: 'string',
|
|
|
|
description: 'directory for PAM modules'
|
|
|
|
)
|
2020-03-05 16:44:46 +01:00
|
|
|
option(
|
|
|
|
'ui',
|
|
|
|
type: 'feature',
|
|
|
|
value: 'enabled',
|
|
|
|
description: 'enable UI library'
|
|
|
|
)
|
2020-03-05 23:02:43 +01:00
|
|
|
option(
|
|
|
|
'use_system_libmalcontent',
|
|
|
|
type: 'boolean',
|
|
|
|
value: false,
|
|
|
|
description: 'use installed libmalcontent rather than building it; used in distros to break a dependency cycle'
|
|
|
|
)
|
2020-06-17 22:34:55 +02:00
|
|
|
option(
|
|
|
|
'privileged_group',
|
|
|
|
type: 'string',
|
|
|
|
value: 'wheel',
|
|
|
|
description: 'name of group that has elevated permissions'
|
|
|
|
)
|