From aebc6c974ff7888daa0ac809774d91b62d47458b Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Wed, 6 Nov 2024 12:49:22 -0800 Subject: [PATCH] gfxstream: use vulkan_lite_runtime This results in faster compiles. Reviewed-by: Marcin Radomski Part-of: --- src/gfxstream/guest/vulkan/meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gfxstream/guest/vulkan/meson.build b/src/gfxstream/guest/vulkan/meson.build index 0c206dbf175..58d627c8f57 100644 --- a/src/gfxstream/guest/vulkan/meson.build +++ b/src/gfxstream/guest/vulkan/meson.build @@ -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, )