mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: Port from GLib to pthreads for locking and once-init
Another step towards dropping the GLib dependency. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #40
This commit is contained in:
@ -40,6 +40,7 @@ libsysprof_capture_deps = [
|
||||
glib_dep,
|
||||
gio_dep,
|
||||
gio_unix_dep,
|
||||
dependency('threads'),
|
||||
]
|
||||
|
||||
libsysprof_capture = static_library(
|
||||
|
||||
Reference in New Issue
Block a user