Config.in 871 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_DBUS_BROKER
  2. bool "dbus-broker"
  3. depends on BR2_USE_MMU
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_17
  6. depends on BR2_PACKAGE_SYSTEMD
  7. select BR2_PACKAGE_EXPAT
  8. select BR2_PACKAGE_LIBCAP_NG if BR2_PACKAGE_AUDIT
  9. help
  10. Linux D-Bus Message Broker.
  11. The dbus-broker project is an implementation of a message bus
  12. as defined by the D-Bus specification. Its aim is to provide
  13. high performance and reliability, while keeping compatibility
  14. to the D-Bus reference implementation.
  15. It is exclusively written for Linux systems, and makes use of
  16. many modern features provided by recent linux kernel releases.
  17. https://github.com/bus1/dbus-broker/wiki
  18. comment "dbusbroker needs systemd and a toolchain w/ threads"
  19. depends on BR2_USE_MMU
  20. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_SYSTEMD