mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user