diff options
author | Adam Jackson <ajax@redhat.com> | 2021-04-15 10:07:40 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2021-12-03 23:53:06 +0000 |
commit | 76791db0882b3715cd7d0a47fd14e1f784901b09 (patch) | |
tree | aad58572b8fb056becbe2dff81e46b552f6f215c /meson_options.txt | |
parent | 901e0d6a11b647069ebd1b381bd0c25741d072b3 (diff) | |
download | mesa-76791db0882b3715cd7d0a47fd14e1f784901b09.tar.gz |
mesa/x11: Remove the swrast-classic-based fake libGL
If you want this you will almost certainly be happier with the gallium
version, giving you llvmpipe instead of swrast-classic.
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10153>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index fd0d99f2f9a..0a72ed2c58f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -290,7 +290,7 @@ option( 'glx', type : 'combo', value : 'auto', - choices : ['auto', 'disabled', 'dri', 'xlib', 'gallium-xlib'], + choices : ['auto', 'disabled', 'dri', 'xlib'], description : 'Build support for GLX platform' ) option( |