mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 23:12:42 +00:00
125d411063
This is what other modules use
8 lines
458 B
Meson
8 lines
458 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('gtk_doc', type : 'boolean', value : true, yield : true,
|
|
description : 'Generate API documentation with gtk-doc')
|