build: same thing for install_service_files

This commit is contained in:
Christian Hergert
2022-07-22 12:09:24 -07:00
parent fa7580f60f
commit e6a582c3aa

View File

@ -198,9 +198,7 @@ int main(void) {
endif
needs_service_access = get_option('libsysprof') or get_option('agent')
if needs_service_access or get_option('sysprofd') == 'bundled'
install_service_files = true
endif
install_service_files = needs_service_access or get_option('sysprofd') == 'bundled'
subdir('src')
subdir('data')