meson: link vulkan_util with link_whole on mingw

It was missing for mingw.

Closes #4633

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: James Park <jpark37@lagfreegames.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10276>
This commit is contained in:
Michel Zou 2021-04-18 15:44:58 +02:00 committed by Marge Bot
parent 54deb1010f
commit 48d31a6280
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ idep_vulkan_util_headers = declare_dependency(
include_directories : include_directories('.')
)
if with_platform_windows
if cc.get_id() == 'msvc'
idep_vulkan_util = declare_dependency(
link_with : libvulkan_util,
dependencies : idep_vulkan_util_headers