summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 190fe1ba8a5a88e6f9b118d6e87c30144ad1f02b (plain)
1
2
3
4
5
6
7
8
9
10
option('build_tools', type : 'boolean', value : true)
option('poisoning', type : 'boolean', value : false)
option('disable_gtkdoc', type : 'boolean', value : false)
option('disable_examples', type : 'boolean', value : false)
option('disable_gst_debug', 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')