diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-04-04 18:12:34 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2025-04-14 22:07:11 +0300 |
commit | eea723ad7212bafc030b43e4faaa3b3031f2d6f3 (patch) | |
tree | 046832bf4abe6f20886f65be7e40f2fb0fe9ba84 /meson_options.txt | |
parent | 21088e605c08c3615ed54f234e0333c6d1c8c0e5 (diff) |
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 1877d800..2104469e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -18,6 +18,7 @@ option('cam', option('documentation', type : 'feature', + value : 'auto', description : 'Generate the project documentation') option('doc_werror', |