mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: add libdex-1 requirement for libsysprof-profile
Being able to manage asynchronous operations with libdex will drastically simplify how we implement the profiler and instruments. We may eventually do the same with libsysprof-analyze to parallelize some operations.
This commit is contained in:
@ -18,6 +18,7 @@ libsysprof_profile_public_headers = [
|
||||
|
||||
libsysprof_profile_deps = [
|
||||
dependency('gio-2.0', version: glib_req_version),
|
||||
dependency('libdex-1', version: dex_req_version),
|
||||
|
||||
libsysprof_capture_dep,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user