Revert "meson: Fix Asahi build on macOS"

This reverts commit 4ca4a05627.

Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Asahi Lina <lina@asahilina.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21185>
This commit is contained in:
Erik Faye-Lund
2023-02-08 17:03:53 +01:00
committed by Marge Bot
parent 29ffc79410
commit 24a32b2cab

View File

@@ -367,7 +367,7 @@ vk_wsi_args = []
if with_platform_wayland
vk_wsi_args += '-DVK_USE_PLATFORM_WAYLAND_KHR'
endif
if with_platform_x11 and host_machine.system() != 'darwin'
if with_platform_x11
vk_wsi_args += ['-DVK_USE_PLATFORM_XCB_KHR', '-DVK_USE_PLATFORM_XLIB_KHR']
endif
if with_platform_windows