summaryrefslogtreecommitdiffstats
path: root/subprojects/extensions-tool/meson_options.txt
blob: fb6e37060aa95ece9fb1e3e17440ccf648734097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
option('man',
  type: 'boolean',
  value: true,
  description: 'Generate man pages',
  yield: true,
)

option('bash_completion',
  type: 'feature',
  value: 'auto',
  description: 'Install bash completion support',
)

option('package_name',
  type: 'string',
  description: 'The gettext domain name when used as a subproject'
)