libsysprof-capture: Drop GLib dependency

None of the code uses it any more. This means that `libsysprof-capture.a`
can now be used within `libglib-2.0.so` for collecting main loop
statistics.

Brought to you by Opeth’s Deliverance on repeat.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Fixes: #40
This commit is contained in:
Philip Withnall
2020-07-02 13:21:43 +01:00
parent 45c8c95706
commit 608582d3c4
11 changed files with 0 additions and 18 deletions

View File

@ -37,9 +37,6 @@ configure_file(
)
libsysprof_capture_deps = [
glib_dep,
gio_dep,
gio_unix_dep,
dependency('threads'),
]
@ -70,7 +67,6 @@ pkgconfig.generate(
filebase: 'sysprof-capture-@0@'.format(libsysprof_api_version),
description: 'The static capture library for tools that generate profiling capture data',
install_dir: join_paths(get_option('libdir'), 'pkgconfig'),
requires: [ 'glib-2.0' ],
variables: [
'datadir=' + datadir_for_pc_file,
],