docs/meson: add missing newline at the begining of code-block

Fixes: 324de97f48 ("docs: Add required dependencies to meson.rst")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30405>
This commit is contained in:
Eric Engestrom
2024-07-29 11:26:43 +02:00
committed by Marge Bot
parent 66de8b4b5c
commit d055edac11

View File

@@ -201,6 +201,7 @@ symbolic links for drivers). To install:
After installation, you can check if the installation happened properly or not by running the command: After installation, you can check if the installation happened properly or not by running the command:
.. code-block:: sh .. code-block:: sh
glxinfo | grep OpenGL glxinfo | grep OpenGL
If the installation succeeded, you should see the Mesa devel version and also the commit hash of the latest commit. If the installation succeeded, you should see the Mesa devel version and also the commit hash of the latest commit.
@@ -208,6 +209,7 @@ If the installation succeeded, you should see the Mesa devel version and also th
In case you don't see the devel version, you can run In case you don't see the devel version, you can run
.. code-block:: sh .. code-block:: sh
sudo ldconfig sudo ldconfig
Windows specific instructions Windows specific instructions