summaryrefslogtreecommitdiffstats
path: root/rules/atk.in
blob: ee7b0cfbd8cad5062dc074b0e70f0bf85969ab21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=multimedia_gtk

config ATK
	tristate
	prompt "atk"
	select GLIB
	select GOBJECT_INTROSPECTION	if ATK_INTROSPECTION
	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.

if ATK

config ATK_INTROSPECTION
	bool
	default GOBJECT_INTROSPECTION_HELPER

endif