From: Gustavo Zacarias Date: Sun, 27 Jul 2014 03:58:54 +0000 (-0300) Subject: rdesktop: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07e8d28c51685bd0ccd253bbff269de08812015b;p=buildroot.git rdesktop: needs mmu Fixes: http://autobuild.buildroot.net/results/8f2/8f24a81516383feaffed485c85958e7a1c68176c/ Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/rdesktop/Config.in b/package/rdesktop/Config.in index c0abe270dc..f683ed314e 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