2018-05-05 14:25:14 +00:00
|
|
|
option('validate', type : 'boolean', value : true,
|
|
|
|
description : 'Build GstValidate')
|
|
|
|
option('debug_viewer', type : 'boolean', value : true,
|
|
|
|
description : 'Build GstDebugViewer')
|
2018-07-25 11:57:03 +00:00
|
|
|
option('gtk_doc', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Build API documentation with gtk-doc')
|
|
|
|
option('introspection', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Generate gobject-introspection bindings')
|
2018-09-01 06:39:32 +00:00
|
|
|
option('tests', type : 'feature', value : 'auto', yield : true,
|
|
|
|
description : 'Build and enable unit tests')
|
2018-10-27 13:01:53 +00:00
|
|
|
option('nls', type : 'feature', value : 'auto', yield: true,
|
|
|
|
description : 'Enable native language support (translations)')
|