Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | meson: update to 0.53.1 | Rosen Penev | 2020-02-05 |
| | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | meson: fix building host binaries with ccache | Andre Heider | 2020-01-11 |
| | | | | | | | | | | | | | | | With CONFIG_CCACHE, $HOSTCC is 'ccache gcc' while $TARGET_CC points to a single wrapper script. Compiling target binaries with ccache works, but doesn't for host binaries, because we need to supply an argv array for argc > 1 in the meson cross file. Always pass an array for the c and c++ compiler, and while at it, do it for the target as well - just to be on the safe side if that ever changes. Fixes #10982. Signed-off-by: Andre Heider <a.heider@gmail.com> | ||
* | meson: Update to version 0.52.1 | Josef Schlehofer | 2019-12-16 |
| | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> | ||
* | meson: add new package | Andre Heider | 2019-11-01 |
This adds a host as well as a target package. meson.mk is provided to build packages using meson. Signed-off-by: Andre Heider <a.heider@gmail.com> |