summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-08-14 19:02:12 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-08-15 10:11:45 +0200
commitf588eaf8a54a5bf6b8d34ee908e3b64d3f8458e3 (patch)
tree26ffaaaaf13c9ca3a3a91efaf0b5c4b6a2737c59
parent86b830d70a079f3b935b6afc8f429961fb738027 (diff)
downloadbuildroot-f588eaf8a54a5bf6b8d34ee908e3b64d3f8458e3.tar.gz
buildroot-f588eaf8a54a5bf6b8d34ee908e3b64d3f8458e3.zip
synergy: needs mmu
Fixes: http://autobuild.buildroot.net/results/8d4/8d435c1605204f154c8a0a94ebc06d9c29a1768a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/synergy/Config.in2
1 files changed, 2 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud