sysprof: add EggBindingGroup

Until we have this in GLib, just embed it.
This commit is contained in:
Christian Hergert
2021-09-28 13:20:04 -07:00
parent 4e8b2ce9c5
commit 0a83abe1e5
3 changed files with 697 additions and 0 deletions

View File

@ -1,6 +1,7 @@
if get_option('enable_gtk') and get_option('libsysprof')
sysprof_sources = [
'egg-binding-group.c',
'sysprof.c',
'sysprof-application.c',
'sysprof-window.c',