mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-15 10:45:20 +00:00
Fixes #4185 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8337>
9 lines
546 B
Meson
9 lines
546 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', deprecated: 'python-exe')
|
|
option('python-exe', type : 'string', value : 'python3', yield: true,
|
|
description: 'Path or name of the Python interpreter to build for.')
|
|
option('tests', type : 'feature', value : 'auto', yield : true)
|
|
option('plugin', type : 'feature', value : 'auto')
|