Module: Mesa
Branch: main
Commit: 3bff59c567030884758c10d673afe9e38694b914
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bff59c567030884758c10d673afe9e38694b914

Author: Eric Engestrom <[email protected]>
Date:   Tue Jan  2 17:17:28 2024 +0000

docs: fix list whitespace

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26855>

---

 docs/install.rst | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/install.rst b/docs/install.rst
index 40e1ce410f3..55af62bc0b7 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -16,10 +16,10 @@ Compiling and Installing
 Build system
 ^^^^^^^^^^^^
 
--  `Meson <https://mesonbuild.com>`__ is required when building on \*nix
-   platforms and on Windows.
--  Android Build system when building as native Android component. Meson
-   is used when building ARC.
+- `Meson <https://mesonbuild.com>`__ is required when building on \*nix
+  platforms and on Windows.
+- Android Build system when building as native Android component. Meson
+  is used when building ARC.
 
 Compiler
 ^^^^^^^^
@@ -27,18 +27,18 @@ Compiler
 The following compilers are known to work, if you know of others or
 you're willing to maintain support for other compiler get in touch.
 
--  GCC 8.0.0 or later (some parts of Mesa may require later versions)
--  Clang 5.0 or later (some parts of Mesa may require later versions)
--  Microsoft Visual Studio 2019 Version 16.11 or later and
-   Windows SDK of at least 20348 is required, for building on Windows.
+- GCC 8.0.0 or later (some parts of Mesa may require later versions)
+- Clang 5.0 or later (some parts of Mesa may require later versions)
+- Microsoft Visual Studio 2019 Version 16.11 or later and
+  Windows SDK of at least 20348 is required, for building on Windows.
 
 Third party/extra tools.
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
--  `Python <https://www.python.org/>`__ - Python 3.6 or newer is required.
--  `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako
-   module is required. Version 0.8.0 or later should work.
--  Lex / Yacc - for building the Mesa IR and GLSL compiler.
+- `Python <https://www.python.org/>`__ - Python 3.6 or newer is required.
+- `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako
+  module is required. Version 0.8.0 or later should work.
+- Lex / Yacc - for building the Mesa IR and GLSL compiler.
 
    On Linux systems, Flex and Bison versions 2.5.35 and 2.4.1,
    respectively, (or later) should work. On Windows with MinGW, install

Reply via email to