From e4de518379a48938fe5731b7b3588cb859594a35 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 15 Sep 2017 21:02:43 -0400 Subject: [PATCH] build: Only install service files if sysprofd is bundled --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 2517a2ed..5f5e2934 100644 --- a/data/meson.build +++ b/data/meson.build @@ -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)