2018-07-25 11:50:02 +00:00
|
|
|
option('gtk_doc', type : 'feature', value : 'auto', yield : true,
|
2018-05-05 14:04:14 +00:00
|
|
|
description : 'Build API documentation with gtk-doc')
|
2018-07-25 11:50:02 +00:00
|
|
|
option('introspection', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Generate gobject-introspection bindings')
|
2018-09-01 06:47:08 +00:00
|
|
|
option('tests', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Build and enable unit tests')
|
2018-07-08 14:36:36 +00:00
|
|
|
option('pygi-overrides-dir', type : 'string', value : '',
|
2018-07-25 11:50:02 +00:00
|
|
|
description: 'Path to pygobject overrides directory')
|
2018-11-30 15:41:04 +00:00
|
|
|
option('xptv', type : 'feature', value : 'auto',
|
|
|
|
description : 'Build the deprecated xptv formater')
|