From 3c86ef4abe6f8320f01712302da033bb3bf66701 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 19 Aug 2018 21:39:25 -0300 Subject: [PATCH] Manual.md: document meson build system --- Manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Manual.md b/Manual.md index 4943b434058..5332fd8bf3e 100644 --- a/Manual.md +++ b/Manual.md @@ -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: