ci: use 8 parallel jobs for the integration test suite
[platform/upstream/gstreamer.git] / subprojects / gst-python / meson_options.txt
1 option('pygi-overrides-dir', type : 'string', value : '',
2         description: 'Path to pygobject overrides directory')
3 option('libpython-dir', type : 'string', value : '',
4         description: 'Path to find libpythonXX.so')
5 option('python', type : 'string', value : 'python3')
6 option('tests', type : 'feature', value : 'auto', yield : true)
7 option('plugin', type : 'feature', value : 'auto')