From ef09cbee2f861061e5c57ea2e6b859b8257ae151 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 26 Sep 2021 06:05:42 +0200 Subject: [PATCH] build: Fix build with sysprof-capture but without sysprof --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 9acf884231..ede335a15e 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -141,7 +141,7 @@ foreach t: gtk_tests ) endforeach -if profiler_enabled +if libsysprof_dep.found() executable('testperf', sources: 'testperf.c', dependencies: [libsysprof_dep, platform_gio_dep, libm],