ges: Hide internal debug category behind a GOnce
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('introspection', type : 'feature', value : 'auto', yield : true,
2        description : 'Generate gobject-introspection bindings')
3 option('tests', type : 'feature', value : 'auto', yield : true,
4        description : 'Build and enable unit tests')
5 option('pygi-overrides-dir', type : 'string', value : '',
6         description: 'Path to pygobject overrides directory')
7 option('xptv', type : 'feature', value : 'auto',
8        description : 'Build the deprecated xptv formater')
9 option('doc', type : 'feature', value : 'auto', yield: true,
10        description: 'Enable documentation.')
11 option('python', type : 'feature', value : 'auto', yield: true,
12        description: 'Enable python formatters.')
13 option('libpython-dir', type : 'string', value : '',
14         description: 'Path to find libpythonXX.so')