mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
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:
parent
22bd26079f
commit
5e862a372b
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ libfreedreno_drm_includes = [
|
|||
libfreedreno_drm_deps = [
|
||||
dep_libdrm,
|
||||
dep_valgrind,
|
||||
idep_mesautil,
|
||||
]
|
||||
|
||||
if with_perfetto
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue