vulkan: fix duplicate win32 def

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10276>
This commit is contained in:
Michel Zou 2021-04-15 22:38:24 +02:00 committed by Marge Bot
parent 45f32ce239
commit dc036b1769

View file

@ -59,9 +59,6 @@ if with_xlib_lease
vulkan_wsi_deps += [dep_xlib_xrandr]
vulkan_wsi_list += ['xlib_xrandr']
endif
if with_platform_windows
vulkan_wsi_args += ['-DVK_USE_PLATFORM_WIN32_KHR']
endif
subdir('util')