summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJesse Natalie <jenatali@microsoft.com>2022-11-16 07:37:02 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-11 09:31:02 +0000
commita67f5f32a8d94e03bf6de894518d166a23c2d908 (patch)
treeb14cdc00670c36ec7c4db0fa10291e50e10c4787 /meson.build
parent9ff54a52ec7fd400b928e5cb5b9e5250aaaab7c2 (diff)
downloadmesa-a67f5f32a8d94e03bf6de894518d166a23c2d908.tar.gz
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 5c5b70a2d8a..beb5c6f0c23 100644
--- a/meson.build
+++ b/meson.build
@@ -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'