summaryrefslogtreecommitdiffstats
path: root/rules/gail.in
blob: f4dab84e36ad9c21e3eb31936d04ea33d90b5999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config GAIL
        bool
        default N
        depends on BROKEN
        prompt "GAIL"
	help
	  GNOME Accessibility Implementation Library
	  
	  Gail implements ATK interfaces for GTK+ widgets 
	  which are dynamically loadable at runtime by a 
	  GTK+ application. Once loaded, those parts of
 	  an application that use standard GTK+ widgets 
	  will have a basic level of accessibility, 
	  without the need to modify the application at all.

comment "GAIL is broken, please send a patch"
        depends on !BROKEN