summaryrefslogtreecommitdiffstats
path: root/package/fltk
Commit message (Collapse)AuthorAgeFilesLines
* fltk: fix long help text linesPeter Korsgaard2008-08-271-4/+2
| | | | Remove comment when X isn't available while we're at it.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | 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.
* some fixes for fltkJohn Voltz2008-03-202-2/+136
|
* added fltkJohn Voltz2008-03-063-0/+43