meson: Define VK_USE_PLATFORM_WIN32_KHR for C++
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16200>
This commit is contained in:
@@ -448,8 +448,7 @@ if with_platform_x11
|
||||
endif
|
||||
if with_platform_windows
|
||||
c_args += '-DVK_USE_PLATFORM_WIN32_KHR'
|
||||
#add this once aco and other places can build with it
|
||||
#cpp_args += '-DVK_USE_PLATFORM_WIN32_KHR'
|
||||
cpp_args += '-DVK_USE_PLATFORM_WIN32_KHR'
|
||||
endif
|
||||
if with_platform_android
|
||||
c_args += '-DVK_USE_PLATFORM_ANDROID_KHR'
|
||||
|
Reference in New Issue
Block a user