summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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')