mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
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:
parent
9c5c11535c
commit
f74d0a8c18
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue