summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-04-28 09:37:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-04-28 09:37:59 +0200
commitc1f7eaa73568f4e9bdb682cb12054d5e62bb1686 (patch)
treed11b8051eef558aa41cb79fce9780cec2646ab07 /rules
parenta88455b4c1cc08ab5a1a98d945a992ddf8406a46 (diff)
downloadptxdist-c1f7eaa73568f4e9bdb682cb12054d5e62bb1686.tar.gz
ptxdist-c1f7eaa73568f4e9bdb682cb12054d5e62bb1686.tar.xz
udev/libgudev: handle dependencies correctly for SYSTEMD=m
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libgudev.in2
-rw-r--r--rules/udev.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/libgudev.in b/rules/libgudev.in
index 1e0739b99..093d65f01 100644
--- a/rules/libgudev.in
+++ b/rules/libgudev.in
@@ -5,7 +5,7 @@ config LIBGUDEV
select GLIB
select UDEV
select UDEV_LIBUDEV
- select UDEV_LIBGUDEV if !SYSTEMD
+ select UDEV_LIBGUDEV if SYSTEMD = n
select GOBJECT_INTROSPECTION if LIBGUDEV_INTROSPECTION
prompt "libgudev"
help
diff --git a/rules/udev.in b/rules/udev.in
index 2830406bd..66cf93fd5 100644
--- a/rules/udev.in
+++ b/rules/udev.in
@@ -112,7 +112,7 @@ config UDEV_LIBUDEV
config UDEV_LIBGUDEV
bool
- depends on !SYSTEMD
+ depends on SYSTEMD = n
select UDEV_LIBUDEV
prompt "install libgudev"
help