mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
7 lines
374 B
Meson
7 lines
374 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')
|
|
option('tests', type : 'feature', value : 'auto', yield : true)
|
|
option('plugin', type : 'feature', value : 'auto')
|