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:
committed by
Marge Bot
parent
f059213f5d
commit
fbd644c59d
@@ -25,7 +25,6 @@ inc_anv = include_directories('.')
|
||||
anv_flags = [
|
||||
no_override_init_args,
|
||||
c_sse2_args,
|
||||
vk_wsi_args,
|
||||
]
|
||||
|
||||
anv_cpp_flags = []
|
||||
|
||||
@@ -139,7 +139,6 @@ anv_deps = [
|
||||
anv_flags = [
|
||||
no_override_init_args,
|
||||
c_sse2_args,
|
||||
vk_wsi_args,
|
||||
]
|
||||
|
||||
anv_cpp_flags = []
|
||||
|
||||
Reference in New Issue
Block a user