summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: f4c9c46410fc2da2f987119782fde0b4d73ab7c6 (plain)
1
2
3
4
5
6
7
option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
option('disable_examples', type : 'boolean', value : false)
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('disable_introspection',
        type : 'boolean', value : false,
        description : 'Whether to disable the introspection generation')
option('disable_gtkdoc', type : 'boolean', value : false)