summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus.in
blob: 763f5a6552cc6fca9caa97dfd335d147c31f165a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=hosttools_noprompt
config HOST_DBUS
	bool
	select HOST_EXPAT
	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.