[sysprof] build: Only install service files if sysprofd is bundled



commit e4de518379a48938fe5731b7b3588cb859594a35
Author: Patrick Griffis <tingping tingping se>
Date:   Fri Sep 15 21:02:43 2017 -0400

    build: Only install service files if sysprofd is bundled

 data/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 2517a2e..5f5e293 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]