Module: Mesa Branch: main Commit: e5cf2831216aae03ec8c55e6d2ad2118498dddad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5cf2831216aae03ec8c55e6d2ad2118498dddad
Author: Eric Engestrom <[email protected]> Date: Wed Feb 22 15:59:48 2023 +0000 docs: mention the meson summary Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Yonggang Luo <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21469> --- 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:
