meson: replace vk_wsi_args with dependencies to let meson take care of transitivity

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19497>
This commit is contained in:
Eric Engestrom
2022-11-03 10:13:16 +00:00
committed by Marge Bot
parent f059213f5d
commit fbd644c59d
19 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ libvulkan_runtime = static_library(
dependencies : vulkan_runtime_deps,
# For glsl_type_singleton
link_with : libcompiler,
c_args : [c_msvc_compat_args, vk_wsi_args],
c_args : c_msvc_compat_args,
gnu_symbol_visibility : 'hidden',
build_by_default : false,
)