mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
libsysprof-profile: implement prepare vfunc
This doesn't start reading from the input stream, but does get things into place until we actually start processing the recording. When we get a record vfunc, we will do the input processing.
This commit is contained in:
@ -21,6 +21,9 @@ libsysprof_profile_public_headers = [
|
||||
|
||||
libsysprof_profile_deps = [
|
||||
dependency('gio-2.0', version: glib_req_version),
|
||||
dependency('gio-unix-2.0',
|
||||
version: glib_req_version,
|
||||
required: host_machine.system() != 'windows'),
|
||||
dependency('libdex-1', version: dex_req_version),
|
||||
dependency('polkit-gobject-1', version: polkit_req_version),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user