Manual.md: document meson build system

This commit is contained in:
maxice8 2018-08-19 21:39:25 -03:00 committed by Enno Boland
parent 51d8e23ad4
commit 3c86ef4abe
1 changed files with 4 additions and 0 deletions

View File

@ -745,6 +745,10 @@ be passed in via `make_build_args` and install arguments via `make_install_args`
target can be overridden via `make_build_target` and the install target
via `make_install_target`.
- `meson` For packages that use the Meson Build system, configuration options can be passed
via `configure_args`, the meson command can be overriden by `meson_cmd` and the location of
the out of source build by `meson_builddir`
For packages that use the Python module build method (`setup.py`), you
can choose one of the following: