From: Gustavo Zacarias Date: Fri, 2 May 2014 11:09:22 +0000 (-0300) Subject: tmux: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8dc41442506d84a8b335280312d9652907290d4;p=buildroot.git tmux: needs mmu Fixes: http://autobuild.buildroot.net/results/1b2/1b2a8c75e73ec136e639896f23544bf85906e97b/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/tmux/Config.in b/package/tmux/Config.in index 831d119204..fa8f64add9 100644 --- a/package/tmux/Config.in +++ b/package/tmux/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_TMUX bool "tmux" + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_LIBEVENT select BR2_PACKAGE_NCURSES help