summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2022-12-28 16:37:21 -0600
committerPaul Elder <paul.elder@ideasonboard.com>2022-12-29 10:32:01 -0600
commite1c960ba5f800be24ed377c2243090a37d8e83f7 (patch)
tree538c63fde80250b374970f4b075d3ac548bfd4ff
parent0a8ac1ee06a47079e5272656be4653b1b12916ef (diff)
meson: options: Fix typo in pipelines documentation
Fix a typo in the pipelines option documentation. 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>
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1a68bcd3..793cda93 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -48,7 +48,7 @@ option('pipelines',
'uvcvideo',
'vimc'
],
- description : 'Select which pipeline handlers to build. If it this 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.')
option('qcam',
type : 'feature',