mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 13:26:36 +00:00
6 lines
326 B
Meson
6 lines
326 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')
|