summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus.in
blob: 6206bf84f0f3e7cdb3124dfe0d99a2480921c6e2 (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 y if 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.