1 config BR2_PACKAGE_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
9 Enchant is a spell-checking library that provides a consistent
10 API across a number of spell-checking system backends.
12 http://www.abisource.com/projects/enchant/
14 comment "enchant needs a toolchain w/ C++, threads, wchar"
15 depends on BR2_USE_MMU
16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
17 !BR2_TOOLCHAIN_HAS_THREADS