libsysprof-profile: import podman utils

This comes from libsysprof, which we hope to remove as part of this move
to libsysprof-profile vs libsysprof-analyze.
This commit is contained in:
Christian Hergert
2023-05-30 17:57:41 -07:00
parent 1840c7b526
commit 9f9f953d53
3 changed files with 312 additions and 0 deletions

View File

@ -8,6 +8,7 @@ libsysprof_profile_public_sources = [
libsysprof_profile_private_sources = [
'mapped-ring-buffer-source.c',
'sysprof-controlfd-instrument.c',
'sysprof-podman.c',
'sysprof-polkit.c',
]
@ -31,6 +32,7 @@ libsysprof_profile_deps = [
dependency('gio-unix-2.0',
version: glib_req_version,
required: host_machine.system() != 'windows'),
dependency('json-glib-1.0'),
dependency('libdex-1', version: dex_req_version),
dependency('polkit-gobject-1', version: polkit_req_version),