mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 05:28:05 +02:00
vulkan/wsi: fix build when platform headers are installed in non-standard locations
Anything that uses the platform defines in `vulkan_wsi_list` will need to be able to resole the includes they trigger, which are provided by `vulkan_wsi_deps`. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10304 Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26715>
This commit is contained in:
parent
f9a394b753
commit
8043e8c4a6
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ endif
|
|||
|
||||
idep_vulkan_wsi_defines = declare_dependency(
|
||||
compile_args : vulkan_wsi_list,
|
||||
dependencies : vulkan_wsi_deps,
|
||||
)
|
||||
vulkan_wsi_deps += idep_vulkan_wsi_defines
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue