Config.in 558 B

1234567891011121314151617
  1. config BR2_PACKAGE_ENCHANT
  2. bool "enchant"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_WCHAR # glib2
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
  6. depends on BR2_USE_MMU # glib2
  7. select BR2_PACKAGE_LIBGLIB2
  8. help
  9. Enchant is a spell-checking library that provides a consistent
  10. API across a number of spell-checking system backends.
  11. https://abiword.github.io/enchant/
  12. comment "enchant needs a toolchain w/ C++, threads, wchar"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
  15. !BR2_TOOLCHAIN_HAS_THREADS