package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / enchant / Config.in
blob86b2fade8f8b7c58b0644311e989c58574653332
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.
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