freedreno/drm: add mesautil dependency

The libfreedreno_drm library should depend on mesautil to bring in the
zlib compiler and linker flags used by the RD dumping facilities that
were integrated recently.

Signed-off-by: Zan Dobersek <zdobersek@igalia.com>
Fixes: bde26a32e1 ("freedreno/drm: Add rd dumper support")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30103>
This commit is contained in:
Zan Dobersek 2024-07-10 14:58:00 +02:00 committed by Marge Bot
parent 22bd26079f
commit 5e862a372b

View file

@ -24,6 +24,7 @@ libfreedreno_drm_includes = [
libfreedreno_drm_deps = [
dep_libdrm,
dep_valgrind,
idep_mesautil,
]
if with_perfetto