mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
8e42b63201
This was removed all together in af4ade3743
"meson: use new python module".
And add `-Dlibpython-dir` option for the cases the logic fails.
5 lines
278 B
Meson
5 lines
278 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')
|