summaryrefslogtreecommitdiffstats
path: root/rules/dbus.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-17 21:34:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-18 00:32:14 +0200
commit74b1e66dde6a7607e98fb1dc9752f01dc3a85024 (patch)
treef2e2b7d906d5831b4f9313b1b786c3306037df0e /rules/dbus.in
parent920088b0c14b4cef728378ea06d8dd9ef3d5eed1 (diff)
downloadptxdist-74b1e66dde6a7607e98fb1dc9752f01dc3a85024.tar.gz
ptxdist-74b1e66dde6a7607e98fb1dc9752f01dc3a85024.tar.xz
dbus: systemd units are only available if systemd support is enabled
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dbus.in')
-rw-r--r--rules/dbus.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/dbus.in b/rules/dbus.in
index 4c6b24695..e637aa10d 100644
--- a/rules/dbus.in
+++ b/rules/dbus.in
@@ -111,7 +111,7 @@ config DBUS_STARTSCRIPT
config DBUS_SYSTEMD_UNIT
bool
default y
- depends on SYSTEMD
+ depends on DBUS_SYSTEMD
prompt "install systemd unit files for dbus"
endif