summaryrefslogtreecommitdiffstats
path: root/rules/host-atk.in
blob: 36ccfb96540217c62332c5346f7e906318bb5361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=host_gtk

config HOST_ATK
	tristate
	prompt "atk"
	select HOST_GLIB
	help
	  ATK is a toolkit providing accessibility interfaces
	  for applications or other toolkits. By implementing
	  these interfaces, those other toolkits or applications
	  can be used with tools such as screen readers,
	  magnifiers, and other alternative input devices.
	  ATK is part of the GNOME project.