xref: /OK3568_Linux_fs/buildroot/package/enchant/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
12	  https://abiword.github.io/enchant/
13
14comment "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
18