sysprof: drop libsysprof-gtk and absorb it in sysprof

We are dropping the whole "embed this gtk stuff in your app" model since
that never really worked that well.
This commit is contained in:
Christian Hergert
2023-07-14 21:06:45 -07:00
parent 6dd8f7014f
commit f199f26fe9
129 changed files with 115 additions and 4632 deletions

View File

@ -72,9 +72,6 @@ endif
if get_option('libsysprof') or get_option('agent')
subdir('libsysprof')
endif
if get_option('gtk') and get_option('libsysprof')
subdir('libsysprof-gtk')
endif
if get_option('gtk') and get_option('libsysprof')
subdir('sysprof')
endif