aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/implicit_fallback.md
AgeCommit message (Collapse)AuthorFilesLines
2020-07-12Updated everything for release 0.55.0.0.55.0Jussi Pakkanen1-21/+0
2020-07-05doc: Improve documentation of [provide] section in wrap filesXavier Claessens1-1/+1
Explicitly document the behaviour of dependency('foo-1.0', required: false).
2020-07-01find_program: Fallback if a wrap file provide the program nameXavier Claessens1-0/+5
We don't need the legacy variable name system as for dependency() fallbacks because meson.override_find_program() is largely used already, so we can just rely on it.
2020-07-01wrap: Add 'provide' sectionXavier Claessens1-0/+7
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens1-0/+9