summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2022-12-28 16:42:42 -0600
committerPaul Elder <paul.elder@ideasonboard.com>2022-12-30 20:03:36 -0600
commit0081e4e6b2941ea47fdf3959696d8edc2629477c (patch)
tree9b39d5c71f1caa3f441ff2c7a6b8890275b16300 /meson_options.txt
parente1b81401cafa2e071b0903c0afe8363e84c11ede (diff)
meson: Add 'all' choice to pipelines option
Add an 'all' choice to the pipelines option, for building all pipelines. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 793cda93..78a78b72 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -39,6 +39,7 @@ option('pipelines',
type : 'array',
value : ['auto'],
choices : [
+ 'all',
'auto',
'imx8-isi',
'ipu3',
@@ -48,7 +49,7 @@ option('pipelines',
'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.')
+ 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('qcam',
type : 'feature',