docs: -Ddri-drivers= option is deprecated, do not use it anymore

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19459>
This commit is contained in:
Yonggang Luo
2022-11-02 18:05:23 +08:00
committed by Marge Bot
parent b49c027e1f
commit 6d2ed45396
4 changed files with 3 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ like this:
.. code-block:: console
meson builddir/ -Dprefix="$MESA_INSTALLDIR" -Ddri-drivers= \
meson builddir/ -Dprefix="$MESA_INSTALLDIR" \
-Dgallium-drivers=swrast -Dvulkan-drivers=swrast
ninja -C builddir/ install