aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r--docs/yaml/functions/find_program.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/yaml/functions/find_program.yaml b/docs/yaml/functions/find_program.yaml
index 537bbc5..3153bd3 100644
--- a/docs/yaml/functions/find_program.yaml
+++ b/docs/yaml/functions/find_program.yaml
@@ -113,3 +113,13 @@ kwargs:
type: list[str]
since: 0.53.0
description: extra list of absolute paths where to look for program names.
+
+ default_options:
+ type: list[str] | dict[str | bool | int | list[str]]
+ since: 1.3.0
+ description: |
+ An array of default option values
+ that override those set in the subproject's `meson.options`
+ (like `default_options` in [[project]], they only have
+ effect when Meson is run for the first time, and command line
+ arguments override any default options in build files)