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:
Gurchetan Singh 2025-05-22 12:49:52 -07:00 committed by Marge Bot
parent ea73edde07
commit f1a9c2b55c

View file

@ -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],
)