mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: use EggBitset instead of GTK
This uses the newly brought in EggBitset instead of GtkBitset so that we can drop our GTK dependency in the libsysprof-analyze library.
This commit is contained in:
@ -84,8 +84,8 @@ libsysprof_analyze_public_headers = [
|
||||
|
||||
libsysprof_analyze_deps = [
|
||||
dependency('gio-2.0', version: glib_req_version),
|
||||
dependency('gtk4', version: gtk_req_version),
|
||||
|
||||
libeggbitset_static_dep,
|
||||
libelfparser_static_dep,
|
||||
libsysprof_capture_dep,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user