docs: There is only glx=xlib option now

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:08:24 +08:00 committed by Marge Bot
parent 6d2ed45396
commit 110c1aa461

View file

@ -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