synergy: fix comment dependencies
Show comment if either C++ or wchar isn't available, not only if both aren't. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6855bd3470
commit
036377c954
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user