docs: explain how to see what meson options exist
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 17 Jan 2019 16:26:26 +0000 (16:26 +0000)
committerEric Engestrom <eric@engestrom.ch>
Thu, 17 Jan 2019 17:05:41 +0000 (17:05 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
docs/meson.html

index 780626e73c405caaa3017575a6165e32d1d421b9..ac941b8407979aeb733005783566a1f9731f46f7 100644 (file)
@@ -53,9 +53,13 @@ To see a description of your options you can run <code>meson configure</code>
 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.
+</p>
 
+<p>
 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
+<code>meson_options.txt</code> file at the root of the project.
 </p>
 
 <pre>