Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / enchant / Config.in
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
12           http://www.abisource.com/projects/enchant/
13
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