diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-06-17 14:41:55 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-06-18 12:47:41 -0400 |
commit | 5f3b73beb594b837e7b817b570c0a722c9cc2f63 (patch) | |
tree | 72714cbc8ad9c4562b85e695a8681c57a5a7165d /docs/markdown | |
parent | d729ea3f6936dd7ea68a41cf178ee6a9afcf0ddd (diff) | |
download | meson-5f3b73beb594b837e7b817b570c0a722c9cc2f63.zip meson-5f3b73beb594b837e7b817b570c0a722c9cc2f63.tar.gz meson-5f3b73beb594b837e7b817b570c0a722c9cc2f63.tar.bz2 |
dependency: Empty fallback is the same as allow_fallback: false
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 18f30b3..fec4e74 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -515,6 +515,8 @@ This function supports the following keyword arguments: in this case the subproject must use `meson.override_dependency('dependency_name', subproj_dep)` to specify the dependency object used in the superproject. + If the value is an empty list, it has the same effect as + `allow_fallback: false`. - `language` *(since 0.42.0)*: defines what language-specific dependency to find if it's available for multiple languages. - `method`: defines the way the dependency is detected, the default is |