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:
Christian Hergert
2023-05-26 15:41:58 -07:00
parent 800c32e303
commit 1e3ad3982d
2 changed files with 102 additions and 1 deletions

View File

@ -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),