[Buildroot] [git commit] screen: needs mmu

Peter Korsgaard jacmet at sunsite.dk
Tue Sep 17 13:27:52 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=9fe9d4e232fe0c8668de9bb44b2988b45e5ae0ca
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/screen/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/screen/Config.in b/package/screen/Config.in
index c232392..b5876e8 100644
--- a/package/screen/Config.in
+++ b/package/screen/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_SCREEN
 	bool "screen"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_NCURSES
 	help
 	  Screen is a full-screen window manager that multiplexes a physical


More information about the buildroot mailing list