summaryrefslogtreecommitdiff
path: root/python/build/meson.py
AgeCommit message (Collapse)Author
2020-07-01python/build/meson.py: set BOOST_ROOT for Meson 0.54Max Kellermann
Commit https://github.com/mesonbuild/meson/commit/08224dafcba1b694fb624553e7d84deb565aae22 changed Meson to require BOOST_ROOT for cross builds.
2018-10-30python/build/meson.py: use toolchain.libs (for libc++)Max Kellermann
2018-10-14build with Meson instead of autotoolsMax 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-14python/build/meson.py: generate `windres` lineMax Kellermann
2018-10-14python/build/meson.py: move two functions to the top levelMax Kellermann
2018-08-17android/build.py: add aarch64 supportMax Kellermann
2018-08-17python/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-22python/build/meson.py: create build_path if it does not existMax Kellermann
2018-05-12python/build: add support for Meson/ninja based projectsMax Kellermann