From e5cf2831216aae03ec8c55e6d2ad2118498dddad Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 22 Feb 2023 15:59:48 +0000 Subject: [PATCH] docs: mention the meson summary Signed-off-by: Eric Engestrom Reviewed-by: Yonggang Luo Part-of: --- docs/meson.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/meson.rst b/docs/meson.rst index ff5be73c8f0..82de602df6c 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -96,7 +96,8 @@ Basic configuration is done with: This will create the build directory. If any dependencies are missing, you can install them, or try to remove the dependency with a Meson -configuration option (see below). +configuration option (see below). Meson will print a summary of the +build options at the end. To review the options which Meson chose, run: