diff options
author | Erik Faye-Lund <[email protected]> | 2020-01-16 17:13:12 +0100 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2020-01-17 13:18:06 +0100 |
commit | 750d664226e7afdb52cc306ada19e8bfb9b6c97e (patch) | |
tree | d7c67b1d6a2d01c71085f1d3c8423389121e6c36 | |
parent | 5b1c4e1b75fe3466e5eec799e091c7a8ec9acd0e (diff) |
docs: fix typo in html tag name
Fixes: 5d11a828e10 "docs: update install docs for meson"
Acked-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
-rw-r--r-- | docs/install.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/install.html b/docs/install.html index 4384bbf7133..1afbf5dd241 100644 --- a/docs/install.html +++ b/docs/install.html @@ -105,7 +105,8 @@ the packaging tool used by your distro. <h2 id="meson">2. Building with meson</h2> -<p><string>Meson >= 0.46.0 is required</string></p> +<p><strong>Meson >= 0.46.0 is required</strong></p> + <p> Meson is the latest build system in mesa, it is currently able to build for |