From: Eric Engestrom
Date: Thu, 17 Jan 2019 16:26:26 +0000 (+0000)
Subject: docs: explain how to see what meson options exist
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4c5c90255b6233cee0e457aee323a334df9aaf7;p=mesa.git
docs: explain how to see what meson options exist
Signed-off-by: Eric Engestrom
Reviewed-by: Kenneth Graunke
Reviewed-by: Dylan Baker
---
diff --git a/docs/meson.html b/docs/meson.html
index 780626e73c4..ac941b84079 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -53,9 +53,13 @@ To see a description of your options you can run meson configure
along with a build directory to view the selected options for. This will show
your meson global arguments and project arguments, along with their defaults
and your local settings.
+
+
Meson does not currently support listing options before configure a build
directory, but this feature is being discussed upstream.
+For now, the only way to see what options exist is to look at the
+meson_options.txt
file at the root of the project.