2018-03-20 22:03:56 +01:00
|
|
|
option('manpage', type: 'boolean', value: true, description: 'Build man pages')
|
|
|
|
option('gcrypt', type: 'boolean', value: true, description: 'With gcrypt and transport encryption')
|
|
|
|
option('debugging', type: 'boolean', value: false, description: 'Turn debugging on/off')
|
|
|
|
option('vapi', type: 'boolean', value: true, description: 'Create VAPI file.')
|
|
|
|
option('gtk_doc', type: 'boolean', value: true, description: 'Build reference documentation using gtk-doc')
|
2020-05-21 16:04:48 +08:00
|
|
|
option('introspection', type: 'boolean', value: true, description: 'Create GIR file.')
|
2021-03-18 13:50:01 +05:30
|
|
|
option('bashcompdir', type: 'string', value: '', description: 'Override default location for bash completion files')
|
2021-03-19 12:15:33 +05:30
|
|
|
option('bash_completion', type: 'feature', value: 'auto', description: 'Install bash completion files')
|
2021-07-02 17:30:06 +05:30
|
|
|
option('tpm2', type: 'boolean', value: false, description: 'With TPM2 Software Stack')
|