meson: add 'tools' and 'examples' options
[platform/upstream/gstreamer.git] / meson_options.txt
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')
12
13 # GES options
14 option('pygi-overrides-dir', type : 'string', value : '',
15         description: 'Path to pygobject overrides directory')
16 option('xptv', type : 'feature', value : 'auto',
17        description : 'Build the deprecated xptv formater')
18 option('python', type : 'feature', value : 'auto', yield: true,
19        description: 'Enable python formatters.')
20 option('libpython-dir', type : 'string', value : '',
21         description: 'Path to find libpythonXX.so')
22 option('validate', type : 'feature', value : 'auto', yield: true,
23        description: 'Enable GstValidate integration.')