mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
81e88c1d9e
Don't link libgtk against libsysprof. We only need that for the test-performance binary.
8 lines
285 B
Meson
8 lines
285 B
Meson
if profiler_enabled
|
|
if libsysprof_dep.found()
|
|
test_performance = executable('test-performance', 'test-performance.c',
|
|
c_args: common_cflags,
|
|
dependencies: [libsysprof_dep, platform_gio_dep, libm])
|
|
endif
|
|
endif
|