mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gfxstream: fix missing include
Initial Kumquat build broken. Reviewed-by: Marcin Radomski <dextero@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35120>
This commit is contained in:
parent
ea73edde07
commit
f1a9c2b55c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,5 +19,5 @@ libplatform_virtgpu_kumquat = static_library(
|
|||
include_directories: [inc_platform_virtgpu, inc_src, inc_gfxstream_vulkan_mapper,
|
||||
inc_vulkan_util, inc_include],
|
||||
link_with: [libgfxstream_vulkan_mapper],
|
||||
dependencies: virtgpu_kumquat_dep,
|
||||
dependencies: [idep_vulkan_util_headers, virtgpu_kumquat_dep],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue