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:
parent
21088e605c
commit
eea723ad72
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue