summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-07-27 00:58:54 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-27 10:27:39 +0200
commit07e8d28c51685bd0ccd253bbff269de08812015b (patch)
tree0a3093ce1c86340ec2ea891201f81e29ef667770
parent9b29dfc70a727846148642940a883b63959cced8 (diff)
rdesktop: needs mmu
Fixes: http://autobuild.buildroot.net/results/8f2/8f24a81516383feaffed485c85958e7a1c68176c/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/rdesktop/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rdesktop/Config.in b/package/rdesktop/Config.in
index c0abe270d..f683ed314 100644
--- a/package/rdesktop/Config.in
+++ b/package/rdesktop/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_RDESKTOP
bool "rdesktop"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXT