mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
efa220a615
This autodetection is needed on iOS inside Cerbero where gstreamer-check-1.0 is not available.
8 lines
499 B
Meson
8 lines
499 B
Meson
option('gtk_doc', type : 'feature', value : 'auto', yield : true,
|
|
description : 'Build API documentation with gtk-doc')
|
|
option('introspection', type : 'feature', value : 'auto', yield : true,
|
|
description : 'Generate gobject-introspection bindings')
|
|
option('tests', type : 'feature', value : 'auto', yield : true,
|
|
description : 'Build and enable unit tests')
|
|
option('pygi-overrides-dir', type : 'string', value : '',
|
|
description: 'Path to pygobject overrides directory')
|