2f0e82c4ef
Since v14 in 2018, audit support has needed libcap-ng. Fixes: http://autobuild.buildroot.org/results/43abdb85cc2f386d427cec1cfa876e20e3509cb8/ Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Norbert Lange <nolange79@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
25 lines
871 B
Plaintext
25 lines
871 B
Plaintext
config BR2_PACKAGE_DBUS_BROKER
|
|
bool "dbus-broker"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_17
|
|
depends on BR2_PACKAGE_SYSTEMD
|
|
select BR2_PACKAGE_EXPAT
|
|
select BR2_PACKAGE_LIBCAP_NG if BR2_PACKAGE_AUDIT
|
|
help
|
|
Linux D-Bus Message Broker.
|
|
|
|
The dbus-broker project is an implementation of a message bus
|
|
as defined by the D-Bus specification. Its aim is to provide
|
|
high performance and reliability, while keeping compatibility
|
|
to the D-Bus reference implementation.
|
|
|
|
It is exclusively written for Linux systems, and makes use of
|
|
many modern features provided by recent linux kernel releases.
|
|
|
|
https://github.com/bus1/dbus-broker/wiki
|
|
|
|
comment "dbusbroker needs systemd and a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_SYSTEMD
|