Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-15 | Change `unstable_external_project` to `unstable-external_project` | Tristan Partin | 1 | -1/+1 | |
Apparently this is a misspelling even though it has been in the docs since the creation of the module. | |||||
2022-06-17 | external-project: Add depends kwarg | Xavier Claessens | 1 | -0/+5 | |
The unit test was racy but surprisingly never failed on CI. The reason is we need to ensure ninja build somelib.so before running `make` into the external project. | |||||
2022-06-16 | doc: Add meson.override_dependency() in external-project example | Xavier Claessens | 1 | -0/+1 | |
2021-10-03 | docs: Fix broken links | Daniel Mensinger | 1 | -1/+1 | |
2021-08-20 | external-project: Add support for WAF build system | Xavier Claessens | 1 | -0/+4 | |
Fixes: #7638 | |||||
2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 1 | -1/+1 | |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -23/+29 | |
2021-01-29 | external_project: Add default configure options | Xavier Claessens | 1 | -3/+9 | |
2020-09-13 | external-project: New module to build configure/make projects | Xavier Claessens | 1 | -0/+116 | |
This adds an experimental meson module to build projects with other build systems. Closes: #4316 |