mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 14:10:55 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user