summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-18 15:12:44 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-18 15:12:44 +0200
commitc24e3ca94ce20e7e2f081d2c47ee850bd53b9ff5 (patch)
treee52000d9e03bac33d212e223c23a1c7c5a4cb48d /meson_options.txt
parentc1cea2e9759cb742592511484cf6ca9e8c899650 (diff)
downloadufo-filters-c24e3ca94ce20e7e2f081d2c47ee850bd53b9ff5.tar.gz
ufo-filters-c24e3ca94ce20e7e2f081d2c47ee850bd53b9ff5.tar.bz2
ufo-filters-c24e3ca94ce20e7e2f081d2c47ee850bd53b9ff5.tar.xz
ufo-filters-c24e3ca94ce20e7e2f081d2c47ee850bd53b9ff5.zip
Move contrib filters and allow builds with meson
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')