mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 03:50:13 +01:00
gfxstream: use vulkan_lite_runtime
This results in faster compiles. Reviewed-by: Marcin Radomski <dextero@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32015>
This commit is contained in:
parent
dd5244e6ac
commit
aebc6c974f
1 changed files with 2 additions and 3 deletions
|
|
@ -33,9 +33,8 @@ lib_vulkan_gfxstream = shared_library(
|
|||
link_args: [vulkan_icd_link_args, ld_args_bsymbolic, ld_args_gc_sections],
|
||||
link_depends: vulkan_icd_link_depends,
|
||||
dependencies: [dependency('libdrm'), idep_vulkan_wsi_headers,
|
||||
idep_vulkan_runtime_headers, idep_vulkan_runtime,
|
||||
idep_vulkan_util_headers, idep_vulkan_wsi, dep_valgrind,
|
||||
aemu_base_dep],
|
||||
idep_vulkan_lite_runtime, idep_vulkan_util_headers,
|
||||
idep_vulkan_wsi, dep_valgrind, aemu_base_dep],
|
||||
install: true,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue