1 option('gtk_doc', type : 'feature', value : 'auto', yield : true,
2 description : 'Build API documentation with gtk-doc')
3 option('introspection', type : 'feature', value : 'auto', yield : true,
4 description : 'Generate gobject-introspection bindings')
5 option('tests', type : 'feature', value : 'auto', yield : true,
6 description : 'Build and enable unit tests')
7 option('pygi-overrides-dir', type : 'string', value : '',
8 description: 'Path to pygobject overrides directory')
9 option('xptv', type : 'feature', value : 'auto',
10 description : 'Build the deprecated xptv formater')