vulkan: fix duplicate win32 def
authorMichel Zou <xantares09@hotmail.com>
Thu, 15 Apr 2021 20:38:24 +0000 (22:38 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 19 Apr 2021 22:46:30 +0000 (22:46 +0000)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10276>

src/vulkan/meson.build

index 3a6806c..3f95551 100644 (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')