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