1config 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 select BR2_PACKAGE_DBUS 7 select BR2_PACKAGE_LIBGLIB2 8 help 9 The At-Spi2 Core package is a part of the GNOME 10 Accessibility Project. It provides a Service Provider 11 Interface for the Assistive Technologies available on the 12 GNOME platform and a library against which applications 13 can be linked. 14 15 https://wiki.gnome.org/Accessibility 16 17comment "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