summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: efe9f7a8d13394725d77341b904d18cd58f0520f (plain)
1
2
3
4
5
6
7
option('with_contrib', type: 'boolean', value: false,
    description: 'Enable to build contributed filters')

option('lamino_backproject_burst_mode',
    type: 'combo',
    choices: ['1', '2', '4', '8', '16'],
    value: '16')