dzn: -DVK_USE_PLATFORM_WIN32_KHR is already comes from idep_vulkan_wsi_defines that depends by idep_vulkan_wsi

Avoid define it repeatedly.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37049>
This commit is contained in:
Yonggang Luo 2025-08-28 19:21:00 +08:00 committed by Marge Bot
parent 9c5c11535c
commit f74d0a8c18

View file

@ -44,7 +44,6 @@ dzn_flags = [ ]
dzn_cpp_flags = [ ]
if with_platform_windows
dzn_flags += '-DVK_USE_PLATFORM_WIN32_KHR'
libdzn_files += files('dzn_dxgi.c')
endif