]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
synergy: fix comment dependencies
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 10 Jun 2012 20:47:44 +0000 (22:47 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 10 Jun 2012 20:47:44 +0000 (22:47 +0200)
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

index 7d8c54ecebf32b3872e29aa05805de7070b23c4f..04351b7e94108f3a5b8a76f4e15370b61f8680eb 100644 (file)
@@ -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)