summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-06-16 12:35:09 +0200
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2020-06-24 19:06:16 +0200
commitfc520719a92f0f5cb3f673f09816686f6aaae682 (patch)
tree4b1b563a32cac6b06bdab4a3294624fac8aabebc /meson_options.txt
parentc3ed943c992a09c5fc19e25328dca7aa52691c36 (diff)
meson: options: Add an option to control compilation of qcam
Add an option to control compilation of the qcam test application. The default behavior is to compile qcam, no change in behavior without user intervention. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index badace15..e9e815fd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -19,6 +19,11 @@ option('pipelines',
choices : ['ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc'],
description : 'Select which pipeline handlers to include')
+option('qcam',
+ type : 'feature',
+ value : 'auto',
+ description : 'Compile the qcam test application')
+
option('test',
type : 'boolean',
description: 'Compile and include the tests')