gstreamer/meson_options.txt

13 lines
540 B
Meson
Raw Normal View History

option('disable_validate',
type : 'boolean', value : false,
description : 'Whether to disable GstValidate')
option('disable_debug_viewer',
type : 'boolean', value : false,
description : 'Whether to disable GstDebugViewer')
option('disable_introspection',
type : 'boolean', value : false,
description : 'Whether to disable the introspection generation')
option('disable_gtkdoc',
type : 'boolean', value : false,
description : 'Whether to disable the documentation generation')