summaryrefslogtreecommitdiff
path: root/package/webkit
AgeCommit message (Collapse)Author
2009-01-27webkit: depend on C++ + wchar support in toolkit, as icu needs itPeter Korsgaard
2009-01-27webkit: don't depend on X serverPeter Korsgaard
2009-01-27webkit: revert r24983 (Disable webkit (with comment) if X is not available)Peter Korsgaard
Webkit doesn't need X.
2009-01-23Disable webkit (with comment) if X is not availableUlf Samuelsson
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-07-05Use HOST_GLIB for packagesUlf Samuelsson
2008-04-24update webkit versionJohn Voltz
2008-03-06added webkitJohn Voltz