summaryrefslogtreecommitdiff
path: root/package/fltk
AgeCommit message (Collapse)Author
2008-08-27fltk: fix long help text linesPeter Korsgaard
Remove comment when X isn't available while we're at it.
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-20some fixes for fltkJohn Voltz
2008-03-06added fltkJohn Voltz