summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 057252ac43c5f7328c8fd0007313720c6c2e5f11 (plain)
1
2
3
4
5
6
7
option('contrib_filters', 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')