Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/meson-wrapper: fix missing build dependency cmake-conf | Andrei Alexeyev | 2018-02-08 | 1 | -4/+5 |
| | |||||
* | Add meson-wrapper plugin | Andrei Alexeyev | 2017-11-28 | 3 | -0/+78 |
This plugin adds a "meson-wrapper" package, which installs Meson cross files and wrapper scripts for each target, similar to "cmake-conf". This allows Meson projects to seamlessly integrate with MXE. The wrapper scripts require Meson to be installed on the host system. Example usage: x86_64-w64-mingw32.static-meson sourcedir destdir # you can now use 'meson configure', 'ninja', etc. in destdir as normal |