mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +00:00
ed61bff072
And add a way to disable the introspection and bump version to 1.9.2
8 lines
472 B
Meson
8 lines
472 B
Meson
option('build_tools', type : 'boolean', value : true)
|
|
option('poisoning', type : 'boolean', value : false)
|
|
option('disable_examples', type : 'boolean', value : false)
|
|
option('disable_registry', type : 'boolean', value : false)
|
|
option('library_format', type : 'combo', choices : ['shared', 'static', 'both'], value : 'shared')
|
|
option('disable_introspection',
|
|
type : 'boolean', value : false,
|
|
description : 'Whether to disable the introspection generation')
|