2019-12-03 00:07:01 +01:00
|
|
|
option('man',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
2020-03-05 03:54:23 +01:00
|
|
|
description: 'Generate man pages',
|
|
|
|
yield: true,
|
2019-12-03 00:07:01 +01:00
|
|
|
)
|
|
|
|
|
2020-03-05 14:56:13 +01:00
|
|
|
option('bash_completion',
|
|
|
|
type: 'feature',
|
|
|
|
value: 'auto',
|
|
|
|
description: 'Install bash completion support',
|
|
|
|
)
|
|
|
|
|
2019-12-03 00:07:01 +01:00
|
|
|
option('package_name',
|
|
|
|
type: 'string',
|
2020-03-05 14:28:21 +01:00
|
|
|
description: 'The gettext domain name when used as a subproject'
|
2019-12-03 00:07:01 +01:00
|
|
|
)
|