1config BR2_PACKAGE_AT_SPI2_ATK 2 bool "at-spi2-atk" 3 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 4 depends on BR2_USE_MMU # glib2 5 depends on BR2_USE_WCHAR # glib2 6 select BR2_PACKAGE_ATK 7 select BR2_PACKAGE_AT_SPI2_CORE 8 select BR2_PACKAGE_LIBGLIB2 9 help 10 The At-Spi2 Atk package contains a library that bridges 11 ATK to At-Spi2 D-Bus service. 12 13 https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/ 14 15comment "at-spi2-atk needs a toolchain w/ wchar, threads" 16 depends on BR2_USE_MMU 17 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS 18