Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-01 | python/build/meson.py: set BOOST_ROOT for Meson 0.54 | Max Kellermann | |
Commit https://github.com/mesonbuild/meson/commit/08224dafcba1b694fb624553e7d84deb565aae22 changed Meson to require BOOST_ROOT for cross builds. | |||
2018-10-30 | python/build/meson.py: use toolchain.libs (for libc++) | Max Kellermann | |
2018-10-14 | build with Meson instead of autotools | Max Kellermann | |
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords! | |||
2018-10-14 | python/build/meson.py: generate `windres` line | Max Kellermann | |
2018-10-14 | python/build/meson.py: move two functions to the top level | Max Kellermann | |
2018-08-17 | android/build.py: add aarch64 support | Max Kellermann | |
2018-08-17 | python/build/meson.py: set "needs_exe_wrapper=true" | Max Kellermann | |
Prevent Meson from running Android-x86 binaries. That will fail because the Android standard libraries are most likely not installed. | |||
2018-05-22 | python/build/meson.py: create build_path if it does not exist | Max Kellermann | |
2018-05-12 | python/build: add support for Meson/ninja based projects | Max Kellermann | |