From c24e3ca94ce20e7e2f081d2c47ee850bd53b9ff5 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 18 Oct 2017 15:12:44 +0200 Subject: Move contrib filters and allow builds with meson --- meson_options.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1