mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
vulkan: fix duplicate win32 def
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
(cherry picked from commit dc036b1769)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10379>
This commit is contained in:
parent
7257be4d70
commit
62e4fe2300
2 changed files with 1 additions and 4 deletions
|
|
@ -6718,7 +6718,7 @@
|
|||
"description": "vulkan: fix duplicate win32 def",
|
||||
"nominated": false,
|
||||
"nomination_type": null,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue