Documentation: Move all dependencies into features

This way if the user enables the documentation and the dependencies are
missing the configure fails.

Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Ricardo Ribalda 2020-09-24 09:19:20 +02:00 committed by Laurent Pinchart
parent 4e998cea15
commit aba567338b
3 changed files with 5 additions and 7 deletions

View file

@ -6,7 +6,7 @@ option('android',
description : 'Compile libcamera with Android Camera3 HAL interface')
option('documentation',
type : 'boolean',
type : 'feature',
description : 'Generate the project documentation')
option('gstreamer',