summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-09-26 06:05:42 +0200
committerBenjamin Otte <otte@redhat.com>2021-09-26 09:41:55 +0200
commitef09cbee2f861061e5c57ea2e6b859b8257ae151 (patch)
tree689f65644b2ff8b92962b8b13c27dbccbdc0db83 /tests
parent659181f74bee50af0a805e6e870fe1cac0321a69 (diff)
downloadgtk+-ef09cbee2f861061e5c57ea2e6b859b8257ae151.tar.gz
build: Fix build with sysprof-capture but without sysprof
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
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],