summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-11-02 15:46:47 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-11-02 15:46:47 +0100
commit8a55766e7615eff4bade44d714a8d0aac512d7b7 (patch)
tree4c2b838480d99ccb8f647f15a4976318cf7d356e /meson_options.txt
parentfd8fc972c1d1e2c8538e1b3aaedac351cbb5cbf9 (diff)
downloadufo-filters-8a55766e7615eff4bade44d714a8d0aac512d7b7.tar.gz
ufo-filters-8a55766e7615eff4bade44d714a8d0aac512d7b7.tar.bz2
ufo-filters-8a55766e7615eff4bade44d714a8d0aac512d7b7.tar.xz
ufo-filters-8a55766e7615eff4bade44d714a8d0aac512d7b7.zip
meson: avoid Autotoolisms
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index efe9f7a..057252a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('with_contrib', type: 'boolean', value: false,
+option('contrib_filters', type: 'boolean', value: false,
description: 'Enable to build contributed filters')
option('lamino_backproject_burst_mode',