aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index dcedccd..f797da1 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -1618,7 +1618,9 @@ an external dependency with the following methods:
- `get_pkgconfig_variable(varname)` (*Added 0.36.0*) will get the
pkg-config variable specified, or, if invoked on a non pkg-config
- dependency, error out
+ dependency, error out. (*Added 0.44.0*) You can also redefine a
+ variable by passing a list to the `define_variable` parameter
+ that can affect the retrieved variable: `['prefix', '/'])`.
- `get_configtool_variable(varname)` (*Added 0.44.0*) will get the
command line argument from the config tool (with `--` prepended), or,