libsysprof-gtk: add SysprofProgressCell

And also, this library is meant to build on libadwaita, so require that
as well going forward.
This commit is contained in:
Christian Hergert
2023-06-09 14:23:01 -07:00
parent 95281e3cfb
commit c97c4c0b0a
4 changed files with 312 additions and 1 deletions

View File

@ -5,6 +5,7 @@ libsysprof_gtk_public_sources = [
libsysprof_gtk_private_sources = [
'sysprof-css.c',
'sysprof-progress-cell.c',
]
libsysprof_gtk_public_headers = [
@ -15,6 +16,7 @@ libsysprof_gtk_public_headers = [
]
libsysprof_gtk_deps = [
dependency('libadwaita-1'),
dependency('gtk4', version: gtk_req_version),
libsysprof_analyze_dep,