dbus: modularize into libs, daemon, tools, tests and docs

This commit is contained in:
Vladimír Čunát
2013-03-23 17:08:47 +01:00
parent eb2e46aab2
commit fe4a067aad
5 changed files with 261 additions and 36 deletions

View File

@@ -0,0 +1,14 @@
diff --git a/configure.ac b/configure.ac
index 24fcc9e..98e0459 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1167,7 +1167,8 @@ else
PKG_CHECK_MODULES(SYSTEMD,
[libsystemd-login >= 32, libsystemd-daemon >= 32],
have_systemd=yes,
- have_systemd=no)
+ have_systemd=yes)
+ AC_MSG_NOTICE([NixOS: do not care whether we found systemd or not])
fi
if test x$have_systemd = xyes; then