Skip to content
Snippets Groups Projects
  • Rosen Penev's avatar
    c4dfdde2
    tools: add meson · c4dfdde2
    Rosen Penev authored
    
    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: default avatarRosen Penev <rosenp@gmail.com>
    c4dfdde2
    History
    tools: add meson
    Rosen Penev authored
    
    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: default avatarRosen Penev <rosenp@gmail.com>