freedreno: Add missing dep on u_tracepoints.

Fixes: a02dcb970f ("freedreno: Add GPU tracepoints")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8355>
This commit is contained in:
Eric Anholt
2021-01-06 15:11:08 -08:00
committed by Marge Bot
parent 3efbc47c83
commit e1b7c42cc6

View File

@@ -301,6 +301,7 @@ gmemtool = executable(
dependencies : [
idep_nir,
idep_mesautil,
idep_u_tracepoints,
],
link_with : [
libfreedreno,