mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
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:
parent
127352457c
commit
57610e14f6
1 changed files with 2 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue