aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-12-14 18:41:26 -0500
committerEli Schwartz <eschwartz@archlinux.org>2022-12-14 18:59:26 -0500
commita1de195d7dcdaa73ac1086c57a67ef811db6e273 (patch)
tree37b864c0a7be2256aa56ec3111c826085df12970 /docs
parentdd25b88f009ee47579b33dfbd167a9434cc8f2be (diff)
downloadmeson-a1de195d7dcdaa73ac1086c57a67ef811db6e273.zip
meson-a1de195d7dcdaa73ac1086c57a67ef811db6e273.tar.gz
meson-a1de195d7dcdaa73ac1086c57a67ef811db6e273.tar.bz2
docs: update description of supported functions for feature options
We support these for a couple more things now.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Build-options.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md
index f5d2d8f..e8785f9 100644
--- a/docs/markdown/Build-options.md
+++ b/docs/markdown/Build-options.md
@@ -76,10 +76,14 @@ This type is available since version 0.44.0
A `feature` option has three states: `enabled`, `disabled` or `auto`.
It is intended to be passed as value for the `required` keyword
argument of most functions. Currently supported in
-[[dependency]],
+[[add_languages]],
[[compiler.find_library]],
-[[find_program]] and
-[[add_languages]] functions.
+[[compiler.has_header]],
+[[dependency]],
+[[find_program]],
+[[import]] and
+[[subproject]]
+functions.
- `enabled` is the same as passing `required : true`.
- `auto` is the same as passing `required : false`.