diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-10-25 10:26:07 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-11-23 20:06:23 -0800 |
commit | a52c22dc0678c4f2d91a20016277e9880935ca5c (patch) | |
tree | 1339daf2dbdfdcc206f63d3d5ff3dc10b26fc5ad /docs/markdown/Reference-manual.md | |
parent | e95628306dc1364ceaffed85f7fb36d312c0f13e (diff) | |
download | meson-a52c22dc0678c4f2d91a20016277e9880935ca5c.zip meson-a52c22dc0678c4f2d91a20016277e9880935ca5c.tar.gz meson-a52c22dc0678c4f2d91a20016277e9880935ca5c.tar.bz2 |
docs: add documentation for config_tool variable method
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 2aa9665..f64bded 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1608,6 +1608,10 @@ an external dependency with the following methods: pkg-config variable specified, or, if invoked on a non pkg-config dependency, error out + - `get_configtool_variable(varname)` (*Added 0.44.0*) will get the + command line argument from the config tool (with `--` prepended), or, + if invoked on a non config-tool dependency, error out. + - `type_name()` which returns a string describing the type of the dependency, the most common values are `internal` for deps created with `declare_dependencies` and `pkgconfig` for system dependencies |