aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/override_dependency.md
AgeCommit message (Collapse)AuthorFilesLines
2020-03-29Update everything for new release.0.54.0Jussi Pakkanen1-65/+0
2020-03-06Simplify dependency() fallbackXavier Claessens1-0/+6
Now that subprojects can override the dependency name, there is no need to provide a variable name for the fallback any more.
2020-03-06Add meson.override_dependency()Xavier Claessens1-0/+59
Similar to meson.override_find_program() but overrides the result of the dependency() function. Also ensure that dependency() always returns the same result when looking for the same dependency, this fixes cases where parts of the project could be using a system library and other parts use the library provided by a subproject.