aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-06-05 22:58:28 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-06-10 01:47:51 +0000
commit2e29f37b0ed004c73f9786117f625fae9146b194 (patch)
tree1c5eb9ae1e57b4f761c3bda3a723143ae2ffc925 /docs/markdown/Reference-manual.md
parentc2cb2f5c1c73b64e3176abbe19f8de59458f81e6 (diff)
downloadmeson-2e29f37b0ed004c73f9786117f625fae9146b194.zip
meson-2e29f37b0ed004c73f9786117f625fae9146b194.tar.gz
meson-2e29f37b0ed004c73f9786117f625fae9146b194.tar.bz2
Document values for dependency(method:) [skip ci]
We say 'different dependencies support different values for this', but nowhere document what values are supported, so the only way to find these out is to read the source, or guess. Make a start at doing that.
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 4d48c5f..26d91c5 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -346,8 +346,9 @@ otherwise. This function supports the following keyword arguments:
dependency to find if it's available for multiple languages.
- `method` defines the way the dependency is detected, the default is
`auto` but can be overridden to be e.g. `qmake` for Qt development,
- and different dependencies support different values for this (though
- `auto` will work on all of them)
+ and [different dependencies support different values]
+ (Dependencies.md#dependencies-with-custom-lookup-functionality)
+ for this (though `auto` will work on all of them)
- `native` if set to `true`, causes Meson to find the dependency on
the build machine system rather than the host system (i.e. where the
cross compiled binary will run on), usually only needed if you build