summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c22e664..efe9f7a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,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')
+ type: 'combo',
+ choices: ['1', '2', '4', '8', '16'],
+ value: '16')