[Buildroot] [git commit branch/next] synergy: fix comment dependencies

From: Peter Korsgaard <jacmet@sunsite.dk>
Date: 2012-08-02 19:53:02
Subsystem: the rest · Maintainer: Linus Torvalds

commit: http://git.buildroot.net/buildroot/commit/?id=036377c954e68eb76e31f787074c6ab8c4fd9817
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Show comment if either C++ or wchar isn't available, not only if both
aren't.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/synergy/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/synergy/Config.in b/package/synergy/Config.in
index 7d8c54e..04351b7 100644
--- a/package/synergy/Config.in
+++ b/package/synergy/Config.in
@@ -13,4 +13,4 @@ config BR2_PACKAGE_SYNERGY
 	  http://synergy2.sourceforge.net/
 
 comment "synergy requires a toolchain with C++ and WCHAR support enabled"
-	depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP && !BR2_USE_WCHAR
+	depends on BR2_PACKAGE_XORG7 && !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help