mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 09:59:55 +00:00
6 lines
342 B
Meson
6 lines
342 B
Meson
option('pygi-overrides-dir', type : 'string', value : '',
|
|
description: 'Path to pygobject overrides directory')
|
|
option('libpython-dir', type : 'string', value : '',
|
|
description: 'Path to find libpythonXX.so')
|
|
option('python', type : 'string', value : 'python3')
|
|
option('tests', type : 'feature', value : 'auto', yield : true)
|