1 option('validate', type : 'feature', value : 'auto',
2 description : 'Build GstValidate')
3 option('cairo', type : 'feature', value : 'auto', description : 'Build GstValidateVideo')
4 option('debug_viewer', type : 'feature', value : 'disabled',
5 description : 'Build GstDebugViewer (GPLv3+)')
7 # Common feature options
8 option('introspection', type : 'feature', value : 'auto', yield : true,
9 description : 'Generate gobject-introspection bindings')
10 option('tests', type : 'feature', value : 'auto', yield : true,
11 description : 'Build and enable unit tests')
12 option('nls', type : 'feature', value : 'auto', yield: true,
13 description : 'Enable native language support (translations)')
14 option('doc', type : 'feature', value : 'auto', yield: true,
15 description: 'Enable documentation.')
16 option('tools', type : 'feature', value : 'auto', yield : true)