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>
This commit is contained in:
Paul Elder 2022-12-28 16:37:21 -06:00
parent 0a8ac1ee06
commit e1c960ba5f

View file

@ -48,7 +48,7 @@ option('pipelines',
'uvcvideo', 'uvcvideo',
'vimc' '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', option('qcam',
type : 'feature', type : 'feature',