diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-30 10:25:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-30 10:25:24 +0200 |
commit | f16d31607eb3cd0f281758bd0944e206ef6be387 (patch) | |
tree | 0b711c4b63a55049eecfbaff95bf2ea386a4956e /docs/markdown/snippets/fallback_bool.md | |
parent | 712cbe056811ebdf0d7358ba07a874717a1c736f (diff) | |
download | meson-f16d31607eb3cd0f281758bd0944e206ef6be387.zip meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.gz meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.bz2 |
Bump version number for release. This is the 10 000th commit!0.56.0
Diffstat (limited to 'docs/markdown/snippets/fallback_bool.md')
-rw-r--r-- | docs/markdown/snippets/fallback_bool.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/fallback_bool.md b/docs/markdown/snippets/fallback_bool.md deleted file mode 100644 index 14bef50..0000000 --- a/docs/markdown/snippets/fallback_bool.md +++ /dev/null @@ -1,8 +0,0 @@ -## Controlling subproject dependencies with `dependency(allow_fallback: ...)` - -As an alternative to the `fallback` keyword argument to `dependency`, -you may use `allow_fallback`, which accepts a boolean value. If `true` -and the dependency is not found on the system, Meson will fallback -to a subproject that provides this dependency, even if the dependency -is optional. If `false`, Meson will not fallback even if a subproject -provides this dependency. |