From: Gustavo Zacarias Date: Thu, 14 Aug 2014 22:02:12 +0000 (-0300) Subject: synergy: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f588eaf8a54a5bf6b8d34ee908e3b64d3f8458e3;p=buildroot.git synergy: needs mmu Fixes: http://autobuild.buildroot.net/results/8d4/8d435c1605204f154c8a0a94ebc06d9c29a1768a/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/synergy/Config.in b/package/synergy/Config.in index 20a3a9a592..6b64b79e34 100644 --- a/package/synergy/Config.in +++ b/package/synergy/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_SYNERGY depends on BR2_PACKAGE_XORG7 depends on BR2_INSTALL_LIBSTDCPP depends on BR2_USE_WCHAR + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_XLIB_LIBXTST help Synergy lets you easily share a single mouse and @@ -14,4 +15,5 @@ config BR2_PACKAGE_SYNERGY comment "synergy needs a toolchain w/ C++, wchar" depends on BR2_PACKAGE_XORG7 + depends on BR2_USE_MMU depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)