From 110c1aa461d202b3626eea07a093791838ec2a11 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Wed, 2 Nov 2022 18:08:24 +0800 Subject: [PATCH] docs: There is only glx=xlib option now Signed-off-by: Yonggang Luo Reviewed-by: Erik Faye-Lund Part-of: --- docs/drivers/llvmpipe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/llvmpipe.rst b/docs/drivers/llvmpipe.rst index fda551a7a9a..a7cb2ee23a2 100644 --- a/docs/drivers/llvmpipe.rst +++ b/docs/drivers/llvmpipe.rst @@ -80,7 +80,7 @@ To build everything on Linux invoke meson as: mkdir build cd build - meson -D glx=gallium-xlib -D gallium-drivers=swrast + meson -D glx=xlib -D gallium-drivers=swrast ninja