From 61706c9a67309ad00b44fbdb419c0e23d9d00040 Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Wed, 5 Jun 2024 17:34:08 -0700 Subject: [PATCH] gfxstream: valgrind fix Some people have Valgrind on their system and may need this. Reviewed-by: Aaron Ruby Acked-by: Yonggang Luo Acked-by: Adam Jackson Part-of: --- src/gfxstream/guest/vulkan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gfxstream/guest/vulkan/meson.build b/src/gfxstream/guest/vulkan/meson.build index 9045eef0ab1..84a8becf174 100644 --- a/src/gfxstream/guest/vulkan/meson.build +++ b/src/gfxstream/guest/vulkan/meson.build @@ -22,7 +22,7 @@ lib_vulkan_gfxstream = shared_library( 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], + idep_vulkan_util_headers, idep_vulkan_wsi, dep_valgrind], install: true, )