Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-29 | Update everything for new release.0.54.0 | Jussi Pakkanen | 1 | -65/+0 | |
2020-03-06 | Simplify dependency() fallback | Xavier Claessens | 1 | -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-06 | Add meson.override_dependency() | Xavier Claessens | 1 | -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. |