From d055edac11cf89e0f326e1761fc6ed44d87981f6 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 29 Jul 2024 11:26:43 +0200 Subject: [PATCH] docs/meson: add missing newline at the begining of code-block Fixes: 324de97f480eba70c0bd ("docs: Add required dependencies to meson.rst") Part-of: --- docs/meson.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/meson.rst b/docs/meson.rst index 752b1f32999..ca286b02f87 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -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