mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
0a7b23f566
Ideally we want a GstValidate hotdoc plugin... not for now.
14 lines
810 B
Meson
14 lines
810 B
Meson
option('validate', type : 'boolean', value : true,
|
|
description : 'Build GstValidate')
|
|
option('debug_viewer', type : 'boolean', value : true,
|
|
description : 'Build GstDebugViewer')
|
|
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('nls', type : 'feature', value : 'auto', yield: true,
|
|
description : 'Enable native language support (translations)')
|
|
option('doc', type : 'feature', value : 'auto', yield: true,
|
|
description: 'Enable documentation.')
|