meson: with_glx never assigned to 'gallium-xlib', remove 'gallium-xlib'

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19221>
This commit is contained in:
Yonggang Luo
2022-10-21 19:17:08 +08:00
committed by Marge Bot
parent 814682d00c
commit 5bed3d4ad6
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ if with_dri2 and with_platform_x11
endif
endif
if with_glx == 'xlib' or with_glx == 'gallium-xlib'
if with_glx == 'xlib'
files_libgalliumvlwinsys += files('vl/vl_winsys_xlib_swrast.c')
elif with_gallium_drisw_kms
files_libgalliumvlwinsys += files('vl/vl_winsys_dri_vgem.c')
+1 -1
View File
@@ -36,7 +36,7 @@ link_with_libva_gallium = [
libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
]
if with_glx == 'xlib' or with_glx == 'gallium-xlib'
if with_glx == 'xlib'
link_with_libva_gallium += [libws_xlib]
endif
+1 -1
View File
@@ -40,7 +40,7 @@ link_with_libvdpau_gallium = [
libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
]
if with_glx == 'xlib' or with_glx == 'gallium-xlib'
if with_glx == 'xlib'
link_with_libvdpau_gallium += [libws_xlib]
endif