Config.in 838 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_AT_SPI2_CORE
  2. bool "at-spi2-core"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, glib2
  4. depends on BR2_USE_MMU # glib2
  5. depends on BR2_USE_WCHAR # glib2
  6. depends on !BR2_STATIC_LIBS # dlopen()
  7. select BR2_PACKAGE_DBUS
  8. select BR2_PACKAGE_LIBGLIB2
  9. select BR2_PACKAGE_LIBXML2
  10. select BR2_PACKAGE_XLIB_LIBXTST if BR2_PACKAGE_XORG7 # optionally for X11
  11. help
  12. The At-Spi2 Core package is a part of the GNOME
  13. Accessibility Project. It provides a Service Provider
  14. Interface for the Assistive Technologies available on the
  15. GNOME platform and a library against which applications
  16. can be linked.
  17. https://wiki.gnome.org/Accessibility
  18. comment "at-spi2-core needs a toolchain w/ dynamic library, wchar, threads"
  19. depends on BR2_USE_MMU
  20. depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS