3967083da21ddc69a46f4c4f4e2bfe609a169341
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libgail / Config.in
1 config BR2_PACKAGE_LIBGAIL
2         bool "libgail"
3         depends on BR2_USE_WCHAR # pango -> libglib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> libglib2
5         depends on BR2_USE_MMU # pango -> libglib2
6         depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
7         depends on BR2_ARCH_HAS_ATOMICS # pango -> cairo
8         depends on BR2_PACKAGE_LIBGTK2
9         select BR2_PACKAGE_PANGO
10         help
11           GAIL provides accessibility support for gtk+ and
12           libgnomecanvas by implementing AtkObjects for widgets in
13           gtk+ and libgnomecanvas.
14
15           The GAIL library is a GTK+ module. For example, if the
16           module is loaded in a program which calls
17           gtk_widget_get_accessible() for a GtkEntry an instance of
18           GailEntry is returned. This module is normally used with the
19           atk-bridge GTK+ module from at-spi to allow an assistive
20           technology, e.g a screenreader, to query or drive the
21           program.
22
23           http://developer.gnome.org/projects/gap
24
25 comment "libgail needs a toolchain w/ C++, wchar, threads"
26         depends on BR2_PACKAGE_LIBGTK2
27         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
28         depends on BR2_USE_MMU
29         depends on BR2_ARCH_HAS_ATOMICS