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 b17b6de6..6464df83 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -12,6 +12,11 @@ option('gstreamer',
value : 'auto',
description : 'Compile libcamera GStreamer plugin')
+option('pipelines',
+ type : 'array',
+ choices : ['ipu3', 'rkisp1', 'uvcvideo', 'vimc'],
+ description : 'Select which pipeline handlers to include')
+
option('test',
type : 'boolean',
description: 'Compile and include the tests')