meson: Make the default value of "documentation" feature explicit

The meson documentation on the feature build options isn't clear if a
missing "value" is legal and if it is, what its default value is ([1]).

Therefore, let's make it explicit by using what is experimentally the
default: auto.

[1] https://mesonbuild.com/Build-options.html#features

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Quentin Schulz 2025-04-04 18:12:34 +02:00 committed by Laurent Pinchart
parent 21088e605c
commit eea723ad72

View file

@ -18,6 +18,7 @@ option('cam',
option('documentation', option('documentation',
type : 'feature', type : 'feature',
value : 'auto',
description : 'Generate the project documentation') description : 'Generate the project documentation')
option('doc_werror', option('doc_werror',