From 767c5178168a24012fe9002ac3ae930d53375949 Mon Sep 17 00:00:00 2001
From: Erik Faye-Lund
Date: Thu, 18 Apr 2019 16:27:26 +0200
Subject: [PATCH] docs: fixup bad paragraphing
This markup seems to assume paragraphs survive across block-elements,
which isn't the case. Let's rectify that.
Signed-off-by: Erik Faye-Lund
Reviewed-by: Eric Engestrom
---
docs/meson.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/meson.html b/docs/meson.html
index 04a0e7d64bc..ad954c1cc31 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -258,29 +258,29 @@ Then configure meson:
For selecting llvm-config for cross compiling a
"cross file"
should be used. It uses the same format as the native file above:
+
-cross-llvm.ini
+cross-llvm.ini
[binaries]
...
llvm-config = '/usr/lib/llvm-config-32'
-Then configure meson:
-
+Then configure meson:
meson builddir/ --cross-file cross-llvm.ini
See the Cross Compilation section for more information.
-
+
For older versions of meson $PATH
(or %PATH%
on
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: PATH=/path/with/llvm-config:$PATH meson build
.
-
+
PKG_CONFIG_PATH
The
--
2.30.2