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:
Jason Ekstrand
2021-10-06 11:21:55 -05:00
committed by Marge Bot
parent 75955c6685
commit a64d90026b
6 changed files with 9 additions and 616 deletions
-2
View File
@@ -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