aboutsummaryrefslogtreecommitdiffstats
path: root/tools/meson
Commit message (Collapse)AuthorAgeFilesLines
* tools: add mesonRosen Penev2021-09-163-0/+68
meson is a next generation build system designed to have good defaults, simpler build files, and fast compilation. It is built upon python and uses ninja for compilation. The latter provides fast by default (parallel) and problem free compilation. There are over 40 packages already successfully using meson. The next commit will convert pkgconf to use meson compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>