build: remove libsysprof

This library is going away now that we have -analyze and -profile libs.
This commit is contained in:
Christian Hergert
2023-07-17 11:38:25 -07:00
parent eb72b1100b
commit 12e75e4c8c
108 changed files with 2 additions and 23092 deletions

View File

@ -259,8 +259,7 @@ int main(void) {
config_h.set10('HAVE_STDATOMIC_H', true)
endif
needs_service_access = get_option('libsysprof') or get_option('agent')
install_service_files = needs_service_access or get_option('sysprofd') == 'bundled'
install_service_files = get_option('sysprofd') == 'bundled'
if need_glib
subdir('contrib')