chiark / gitweb /
turn kdbus support into a runtime option
authorKay Sievers <kay@vrfy.org>
Wed, 17 Jun 2015 14:37:55 +0000 (16:37 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:03:48 +0000 (10:03 +0100)
commit7b3cb911e7ddb15cc8f7b1bf0a19c5619b58e23c
tree549ac4b382192e7d71ff4b262b6e9d6a2d355d22
parent25387573767909c96090ad22cccafc72c16542d7
turn kdbus support into a runtime option

./configure --enable/disable-kdbus can be used to set the default
behavior regarding kdbus.

If no kdbus kernel support is available, dbus-dameon will be used.

With --enable-kdbus, the kernel command line option "kdbus=0" can
be used to disable kdbus.

With --disable-kdbus, the kernel command line option "kdbus=1" is
required to enable kdbus support.
src/libelogind/libelogind.pc.in
src/libelogind/sd-bus/bus-util.c
src/libelogind/sd-bus/sd-bus.c
src/login/pam_elogind.c
src/shared/def.h
units/systemd-networkd.service.m4.in