anv: Use the common WSI wrappers
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13234>
This commit is contained in:
committed by
Marge Bot
parent
75955c6685
commit
a64d90026b
@@ -127,12 +127,10 @@ anv_flags = [
|
||||
|
||||
if with_platform_x11
|
||||
anv_deps += dep_xcb_dri3
|
||||
libanv_files += files('anv_wsi_x11.c')
|
||||
endif
|
||||
|
||||
if with_platform_wayland
|
||||
anv_deps += dep_wayland_client
|
||||
libanv_files += files('anv_wsi_wayland.c')
|
||||
endif
|
||||
|
||||
if system_has_kms_drm and not with_platform_android
|
||||
|
||||
Reference in New Issue
Block a user