summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus.in
blob: a4838a1d25010b1f9a4c12d0ea232c9320fc1c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=hosttools_noprompt

config HOST_DBUS
	tristate
	select HOST_EXPAT
	default ALLYES
	help
	  D-Bus is a message bus system, a simple way
	  for applications to talk to one another. In
	  addition to interprocess communication, D-Bus
	  helps coordinate process lifecycle; it makes
	  it simple and reliable to code a "single
	  instance" application or daemon, and to launch
	  applications and daemons on demand when their
	  services are needed.