Config.in 457 B

123456789101112131415
  1. config BR2_PACKAGE_DBUS_TRIGGERD
  2. bool "dbus-triggerd"
  3. depends on BR2_USE_MMU # fork(), dbus
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
  5. depends on BR2_PACKAGE_DBUS
  6. help
  7. dbus-triggerd is a tool to trigger shell-commands upon
  8. receiving a given dbus-signal.
  9. http://gareus.org/oss/dbustriggerd/start
  10. comment "dbus-triggerd needs a toolchain w/ threads"
  11. depends on BR2_USE_MMU
  12. depends on BR2_PACKAGE_DBUS
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS