summaryrefslogtreecommitdiffstats
path: root/package/synergy/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* synergy: fix comment dependenciesPeter Korsgaard2012-06-101-1/+1
| | | | | | | Show comment if either C++ or wchar isn't available, not only if both aren't. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* synergy: fix buildPeter Korsgaard2011-02-241-2/+4
| | | | | | | | | 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>
* synergy: needs C++ supportPeter Korsgaard2009-10-271-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-3/+3
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* shortened help line lengthsJohn Voltz2008-03-071-5/+5
|
* added synergyJohn Voltz2008-03-061-0/+11