projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6855bd3
)
synergy: fix comment dependencies
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 10 Jun 2012 20:47:44 +0000
(22:47 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/synergy/Config.in
b/package/synergy/Config.in
index 7d8c54ecebf32b3872e29aa05805de7070b23c4f..04351b7e94108f3a5b8a76f4e15370b61f8680eb 100644
(file)
--- 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)