summaryrefslogtreecommitdiffstats
path: root/meson.build
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.build
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.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f7139e4..c50b49d 100644
--- a/meson.build
+++ b/meson.build
@@ -41,6 +41,6 @@ subdir('deps')
subdir('src')
subdir('tests')
-if get_option('with_contrib')
+if get_option('contrib_filters')
subdir('contrib')
endif