mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
21e7ed5025
Also yield common options to the outer project (gst-build in our case) so that they don't have to be set manually.
8 lines
457 B
Meson
8 lines
457 B
Meson
option('validate', type : 'boolean', value : true,
|
|
description : 'Build GstValidate')
|
|
option('debug_viewer', type : 'boolean', value : true,
|
|
description : 'Build GstDebugViewer')
|
|
option('introspection', type : 'boolean', value : true, yield : true,
|
|
description : 'Generate gobject-introspection bindings')
|
|
option('gtkdoc', type : 'boolean', value : true, yield : true,
|
|
description : 'Generate API documentation with gtk-doc')
|