Config.in 833 B

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