mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: Only install service files if sysprofd is bundled
This commit is contained in:
@ -57,7 +57,7 @@ if get_option('enable_gtk')
|
||||
endforeach
|
||||
endif
|
||||
|
||||
if get_option('with_sysprofd') != 'none'
|
||||
if get_option('with_sysprofd') == 'bundled'
|
||||
|
||||
sysprofdconf = configuration_data()
|
||||
sysprofdconf.set('sysprofdprivdir', pkglibexecdir)
|
||||
|
||||
Reference in New Issue
Block a user