build: Only install service files if sysprofd is bundled

This commit is contained in:
Patrick Griffis
2017-09-15 21:02:43 -04:00
parent 9a5ea2a4f7
commit e4de518379

View File

@ -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)