From: Eric Engestrom Date: Mon, 14 May 2018 15:45:31 +0000 (+0100) Subject: docs/meson: fix various html issues X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67c550708aab179c0acdfbd82c72e7ad65445bf5;p=mesa.git docs/meson: fix various html issues Reviewed-by: Dylan Baker Signed-off-by: Eric Engestrom --- diff --git a/docs/meson.html b/docs/meson.html index fdad0feef9e..2c6ce47c2c7 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -87,6 +87,7 @@ each configuration you want to build. http://mesonbuild.com/Using-multiple-build-directories.html

+
Environment Variables

Meson supports the standard CC and CXX environment variables for changing the default compiler, and CFLAGS, CXXFLAGS, and LDFLAGS for setting @@ -117,7 +118,6 @@ change compiler in a configured build directory.

-
LLVM

Meson includes upstream logic to wrap llvm-config using it's standard dependency interface. It will search $PATH (or %PATH% on windows) for @@ -143,7 +143,7 @@ One of the oddities of meson is that some options are different when passed to the meson than to meson configure. These options are passed as --option=foo to meson, but -Doption=foo to meson configure. Mesa defined options are always passed as -Doption=foo. -

+

For those coming from autotools be aware of the following:

@@ -173,3 +173,7 @@ is unrelated to the buildtype; setting the latter to

+ + + +