summaryrefslogtreecommitdiff
path: root/package/enchant/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/enchant/Config.in')
-rw-r--r--package/enchant/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/enchant/Config.in b/package/enchant/Config.in
index 102fb02b8..86b2fade8 100644
--- a/package/enchant/Config.in
+++ b/package/enchant/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_ENCHANT
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
+ depends on BR2_USE_MMU # glib2
select BR2_PACKAGE_LIBGLIB2
help
Enchant is a spell-checking library that provides a consistent
@@ -11,5 +12,6 @@ config BR2_PACKAGE_ENCHANT
http://www.abisource.com/projects/enchant/
comment "enchant needs a toolchain w/ C++, threads, wchar"
+ depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
!BR2_TOOLCHAIN_HAS_THREADS