From c7dd9655e5e0a95e3a776eb92f54841a68b82331 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 20 Mar 2021 23:35:36 +0200 Subject: meson: Add configuration option to build the cam application Building the cam application isn't always desired, for instance in a production environment that only needs the libcamera library. Add a meson option to disable it. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index f6b6c65c..12de8fa1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -11,6 +11,11 @@ option('android_platform', value : 'generic', description : 'Select the Android platform to compile for') +option('cam', + type : 'feature', + value : 'auto', + description : 'Compile the cam test application') + option('documentation', type : 'feature', description : 'Generate the project documentation') -- cgit v1.2.1