mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 21:40:08 +01:00
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:
parent
66de8b4b5c
commit
d055edac11
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
glxinfo | grep OpenGL
|
||||
|
||||
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
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
sudo ldconfig
|
||||
|
||||
Windows specific instructions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue