Skip to content

meson: fix builds with percetto tracing

Ryan Neph requested to merge ryanneph/virglrenderer:percetto-build-fix into master

For Percetto builds that don't install to a distributions standard location, percetto.h cannot be found while building tests or the render server. Pkgconfig provides the right -I / -L args if meson dependencies are explicitly provided.

Signed-off-by: Ryan Neph ryanneph@google.com

/cc @jbates, @olv, @zzyiwei, @chadversary

Merge request reports