summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-21 23:58:09 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-08-21 23:58:09 +0000
commit125ed52ccb7922e57c1200f64daabf415c6da9f5 (patch)
tree8cb85fb1d192f7fb1445439b6d2b4232ea2ee267 /tests
parent7a9501b1fbae43f9500c68469f2e81224b5caa84 (diff)
parente915a1aa7f850745bb626bd3342d0f65ee27181b (diff)
downloadgtk+-125ed52ccb7922e57c1200f64daabf415c6da9f5.tar.gz
Merge branch 'new-sysprof' into 'master'
Port profiling to sysprof-collector api See merge request GNOME/gtk!2457
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build
index fd5fd6905d..e80044569a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -136,9 +136,9 @@ foreach t: gtk_tests
dependencies: [libgtk_dep, libm])
endforeach
-if get_option('profiler')
+if profiler_enabled
executable('testperf', 'testperf.c',
- dependencies: [profiler_dep, platform_gio_dep, libm])
+ dependencies: [libsysprof_dep, platform_gio_dep, libm])
endif
librsvg = dependency('librsvg-2.0', version: '>= 2.46.0', required: false)