Only support systemd: transport if we have systemd libraries

System Internals / DBus - Simon McVittie [collabora.co.uk] - 19 February 2014 10:52 UTC

This means we can drop our convenience copy of sd-daemon.[ch]. We're checking for libsd-daemon anyway, to support journald and logind integration.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71818

7fb57c7 Only support systemd: transport if we have systemd libraries
cmake/dbus/CMakeLists.txt | 2 -
configure.ac | 2 +-
dbus/Makefile.am | 13 +-
dbus/dbus-sysdeps-unix.c | 10 +-
dbus/dbus-sysdeps-util-unix.c | 4 +-
dbus/sd-daemon.c | 520 -----------------------------------------
dbus/sd-daemon.h | 282 ----------------------
7 files changed, 15 insertions(+), 818 deletions(-)

Upstream: cgit.freedesktop.org


  • Share