docs: match build-flags markup with meson docs

In meson.rst, we document build-flags with double backticks, which puts
it inside a code-tag in the rendered HTML instead of a cite-tag like we
currently do.

Acked-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15213>
This commit is contained in:
Erik Faye-Lund 2022-03-02 13:04:40 +01:00 committed by Marge Bot
parent 23d3fb6da2
commit b21e7e1ef7

View file

@ -16,7 +16,7 @@ hardware-accelerated system OpenGL framework, to provide hardware acceleration
to X11 applications on macOS running via XQuartz.
Mesa's software rasterizers also work on macOS. To build, set the build options
`-Dosmesa=true -Dglx=xlib` and select an appropriate Gallium software
``-Dosmesa=true -Dglx=xlib`` and select an appropriate Gallium software
rasterizer.
For native hardware, stay tuned for updates here!