Config.in 445 B

12345678910111213
  1. config BR2_PACKAGE_ENCHANT
  2. bool "enchant"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_WCHAR # glib2
  5. select BR2_PACKAGE_LIBGLIB2
  6. help
  7. Enchant is a spell-checking library that provides a consistent
  8. API across a number of spell-checking system backends.
  9. http://www.abisource.com/projects/enchant/
  10. comment "enchant requires a toolchain with C++ and WCHAR support enabled"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR