summaryrefslogtreecommitdiff
path: root/docs/meson.html
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-04-18 16:25:39 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-05-02 11:09:16 +0000
commitc61e9aef76467c9351694d08340c3c929cfbcb74 (patch)
treed9cccc9ca99382f3c47e64d4a3df29e413d2910c /docs/meson.html
parent0ea4ef247394c002fd055c54d46f067b509cfa4c (diff)
downloadmesa-c61e9aef76467c9351694d08340c3c929cfbcb74.tar.gz
mesa-c61e9aef76467c9351694d08340c3c929cfbcb74.tar.bz2
mesa-c61e9aef76467c9351694d08340c3c929cfbcb74.zip
docs: don't pointlessly close and re-start definition lists
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'docs/meson.html')
-rw-r--r--docs/meson.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/meson.html b/docs/meson.html
index bab415b2dcb..04a0e7d64bc 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -281,9 +281,7 @@ windows) will be searched for llvm-config (and llvm-config$version and
llvm-config-$version), you can override this environment variable to control
the search: <code>PATH=/path/with/llvm-config:$PATH meson build</code>.
</dd></p>
-</dl>
-<dl>
<dt><code>PKG_CONFIG_PATH</code></dt>
<dd><p>The
<code>pkg-config</code> utility is a hard requirement for configuring and
@@ -319,9 +317,7 @@ with debugging as some code and validation will be optimized away.
buildtype, which causes meson to inject no additional compiler arguments, only
those in the C/CXXFLAGS and those that mesa itself defines.</p>
</dd>
-</dl>
-<dl>
<dt><code>-Db_ndebug</code></dt>
<dd><p>This option controls assertions in meson projects. When set to <code>false</code>
(the default) assertions are enabled, when set to true they are disabled. This