slang: needs mmu
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 26 May 2014 13:01:38 +0000 (15:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 26 May 2014 13:01:38 +0000 (15:01 +0200)
Fixes http://autobuild.buildroot.net/results/dbc/dbce9e591466717d9c87f42b5f192d8fd1be0475/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/newt/Config.in
package/slang/Config.in

index 1737f310b189dd76268c92649b91ee33db1a1bc7..1b3068a1684a1a27f782983d7836e0ec9e8cf134 100644 (file)
@@ -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
index 9d8f047b27aaaf8dc141a1f07d3ec1817a958ec2..a500ff5b7d7534b55aa56f35ebf621df4a30b40c 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_SLANG
        bool "slang"
+       depends on BR2_USE_MMU # fork()
        help
          Multi-platform console display library.