1 # Common feature options
2 option('doc', type : 'feature', value : 'auto', yield: true,
3 description: 'Enable documentation.')
4 option('examples', type : 'feature', value : 'auto', yield : true,
5 description : 'Build examples')
6 option('introspection', type : 'feature', value : 'auto', yield : true,
7 description : 'Generate gobject-introspection bindings')
8 option('tests', type : 'feature', value : 'auto', yield : true,
9 description : 'Build and enable unit tests')
10 option('tools', type : 'feature', value : 'auto', yield : true,
11 description : 'Build ges-launch command line tool')
14 option('bash-completion', type : 'feature', value : 'auto',
15 description : 'Install bash completion files')
16 option('pygi-overrides-dir', type : 'string', value : '',
17 description: 'Path to pygobject overrides directory')
18 option('xptv', type : 'feature', value : 'auto',
19 description : 'Build the deprecated xptv formater')
20 option('python', type : 'feature', value : 'auto', yield: true,
21 description: 'Enable python formatters.')
22 option('libpython-dir', type : 'string', value : '',
23 description: 'Path to find libpythonXX.so')
24 option('validate', type : 'feature', value : 'auto', yield: true,
25 description: 'Enable GstValidate integration.')