buildrootschalter/package/dbus-triggerd/Config.in
Arnaud Rébillout e7698bd2eb dbus-triggerd: new package
dbus-triggerd is a little daemon that can monitor dbus events, match
them against some watch-expressions, then trigger shell-commands.

It can be used in any situation where dbus-interaction is needed, and
shell script is preferred over other languages.

[Thomas: also pass $(TARGET_MAKE_ENV) in the environment.]

Signed-off-by: Arnaud Rébillout <rebillout@syscom.ch>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-29 18:53:18 +01:00

16 lines
457 B
Plaintext

config BR2_PACKAGE_DBUS_TRIGGERD
bool "dbus-triggerd"
depends on BR2_USE_MMU # fork(), dbus
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
depends on BR2_PACKAGE_DBUS
help
dbus-triggerd is a tool to trigger shell-commands upon receiving
a given dbus-signal.
http://gareus.org/oss/dbustriggerd/start
comment "dbus-triggerd needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on BR2_PACKAGE_DBUS
depends on !BR2_TOOLCHAIN_HAS_THREADS