From e8d1b13f5e414da7ee26262654b071f78b70be88 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 11 Nov 2024 17:48:54 +0100 Subject: [PATCH] docs: remove leftover mention of meson dri3 option Remove some leftover mention of the meson dri3 option from the documentation, the option has been removed in commit 8f6fca89aa1 (meson: delete dri3 build option, 2024-08-30) Part-of: --- docs/gallium-nine.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/gallium-nine.rst b/docs/gallium-nine.rst index 6351fcaf44d..113879ff361 100644 --- a/docs/gallium-nine.rst +++ b/docs/gallium-nine.rst @@ -24,7 +24,6 @@ Beware: Most Direct3D games are 32-bit, and thus need a 32-bit version of Mesa. $ meson configure \ -D gallium-nine=true \ - -D dri3=enabled \ ... Paths