mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
u/trace_marker: Check for both tracing and percetto
This commit is contained in:
parent
f4a5e599ef
commit
d1e116cb58
|
@ -25,7 +25,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef XRT_FEATURE_TRACING
|
||||
#if defined(XRT_FEATURE_TRACING) && defined(XRT_HAVE_PERCETTO)
|
||||
#define U_TRACE_PERCETTO
|
||||
#include <percetto.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue