mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +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
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('with_sysprofd') != 'none'
|
if get_option('with_sysprofd') == 'bundled'
|
||||||
|
|
||||||
sysprofdconf = configuration_data()
|
sysprofdconf = configuration_data()
|
||||||
sysprofdconf.set('sysprofdprivdir', pkglibexecdir)
|
sysprofdconf.set('sysprofdprivdir', pkglibexecdir)
|
||||||
|
|||||||
Reference in New Issue
Block a user