build: also remove wayland wsi flags from c++ build

...until aco stops exploding

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13233>
This commit is contained in:
Mike Blumenkrantz
2021-10-06 13:27:42 -04:00
committed by Marge Bot
parent 127352457c
commit 57610e14f6

View File

@@ -416,7 +416,8 @@ endif
if with_platform_wayland
c_args += '-DVK_USE_PLATFORM_WAYLAND_KHR'
cpp_args += '-DVK_USE_PLATFORM_WAYLAND_KHR'
#add this once aco and other places can build with it
#cpp_args += '-DVK_USE_PLATFORM_WAYLAND_KHR'
endif
if with_platform_x11
c_args += ['-DVK_USE_PLATFORM_XCB_KHR', '-DVK_USE_PLATFORM_XLIB_KHR']