From fca4e38c80c2187cd492a9223851ba25b817814f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 27 Oct 2009 22:12:33 +0100 Subject: synergy: needs C++ support Signed-off-by: Peter Korsgaard --- package/synergy/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/synergy') diff --git a/package/synergy/Config.in b/package/synergy/Config.in index fe6a634de..a2766b13e 100644 --- a/package/synergy/Config.in +++ b/package/synergy/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_SYNERGY bool "synergy" depends on BR2_PACKAGE_XORG7 + depends on BR2_INSTALL_LIBSTDCPP help Synergy lets you easily share a single mouse and keyboard between multiple computers with different @@ -8,3 +9,6 @@ config BR2_PACKAGE_SYNERGY without special hardware. http://synergy2.sourceforge.net/ + +comment "synergy requires a toolchain with C++ support enabled" + depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3