2018-03-20 21:03:56 +00: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 08:04:48 +00:00
|
|
|
option('introspection', type: 'boolean', value: true, description: 'Create GIR file.')
|