gfxstream: valgrind fix

Some people have Valgrind on their system and may
need this.

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
Gurchetan Singh
2024-06-05 17:34:08 -07:00
committed by Marge Bot
parent e6fa8819b0
commit 61706c9a67
+1 -1
View File
@@ -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,
)