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