[sysprof] build: Only install service files if sysprofd is bundled
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] build: Only install service files if sysprofd is bundled
- Date: Sat, 16 Sep 2017 01:03:32 +0000 (UTC)
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]