summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt38
1 files changed, 28 insertions, 10 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7a9aecfc..c61eb555 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,7 +27,7 @@ option('gstreamer',
option('ipas',
type : 'array',
- choices : ['ipu3', 'raspberrypi', 'rkisp1', 'vimc'],
+ choices : ['ipu3', 'rkisp1', 'rpi/vc4', 'simple', 'vimc'],
description : 'Select which IPA modules to build')
option('lc-compliance',
@@ -37,8 +37,25 @@ option('lc-compliance',
option('pipelines',
type : 'array',
- choices : ['ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc'],
- description : 'Select which pipeline handlers to include')
+ value : ['auto'],
+ choices : [
+ 'all',
+ 'auto',
+ 'imx8-isi',
+ 'ipu3',
+ 'mali-c55',
+ 'rkisp1',
+ 'rpi/vc4',
+ 'simple',
+ 'uvcvideo',
+ 'vimc'
+ ],
+ description : 'Select which pipeline handlers to build. If this is set to "auto", all the pipelines applicable to the target architecture will be built. If this is set to "all", all the pipelines will be built. If both are selected then "all" will take precedence.')
+
+option('pycamera',
+ type : 'feature',
+ value : 'auto',
+ description : 'Enable libcamera Python bindings (experimental)')
option('qcam',
type : 'feature',
@@ -47,19 +64,20 @@ option('qcam',
option('test',
type : 'boolean',
- description: 'Compile and include the tests')
+ value : false,
+ description : 'Compile and include the tests')
option('tracing',
type : 'feature',
value : 'auto',
- description: 'Enable tracing (based on lttng)')
+ description : 'Enable tracing (based on lttng)')
+
+option('udev',
+ type : 'feature',
+ value : 'auto',
+ description : 'Enable udev support for hotplug')
option('v4l2',
type : 'boolean',
value : false,
description : 'Compile the V4L2 compatibility layer')
-
-option('pycamera',
- type : 'feature',
- value : 'disabled',
- description : 'Enable libcamera Python bindings (experimental)')