mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
build: same thing for install_service_files
This commit is contained in:
@ -198,9 +198,7 @@ int main(void) {
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
needs_service_access = get_option('libsysprof') or get_option('agent')
|
needs_service_access = get_option('libsysprof') or get_option('agent')
|
||||||
if needs_service_access or get_option('sysprofd') == 'bundled'
|
install_service_files = needs_service_access or get_option('sysprofd') == 'bundled'
|
||||||
install_service_files = true
|
|
||||||
endif
|
|
||||||
|
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('data')
|
subdir('data')
|
||||||
|
|||||||
Reference in New Issue
Block a user