summaryrefslogtreecommitdiff
path: root/package/synergy/Config.in
AgeCommit message (Collapse)Author
2012-06-10synergy: fix comment dependenciesPeter Korsgaard
Show comment if either C++ or wchar isn't available, not only if both aren't. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-24synergy: fix buildPeter Korsgaard
Closes #3307 Synergy needs libXtst, a toolchain with wchar support and was missing an include for exit(). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27synergy: needs C++ supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-03-07shortened help line lengthsJohn Voltz
2008-03-06added synergyJohn Voltz