summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/newt/Config.in2
-rw-r--r--package/slang/Config.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/package/newt/Config.in b/package/newt/Config.in
index 1737f310b1..1b3068a168 100644
--- a/package/newt/Config.in
+++ b/package/newt/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_NEWT
bool "newt"
depends on BR2_USE_WCHAR
+ depends on BR2_USE_MMU # slang
select BR2_PACKAGE_SLANG
select BR2_PACKAGE_POPT
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
@@ -10,4 +11,5 @@ config BR2_PACKAGE_NEWT
http://www.redhat.com/
comment "newt needs a toolchain w/ wchar"
+ depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR
diff --git a/package/slang/Config.in b/package/slang/Config.in
index 9d8f047b27..a500ff5b7d 100644
--- a/package/slang/Config.in
+++ b/package/slang/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_SLANG
bool "slang"
+ depends on BR2_USE_MMU # fork()
help
Multi-platform console display library.
OpenPOWER on IntegriCloud