summaryrefslogtreecommitdiff
path: root/package/webkit/webkit.mk
AgeCommit message (Collapse)Author
2009-03-16libglib2: build host version for build-time binariesPeter Korsgaard
Build host version of glib in HOST_DIR and use the build-time binaries from there instead of relying on what is installed on the host.
2009-01-27webkit: don't depend on X serverPeter Korsgaard
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-05Use HOST_GLIB for packagesUlf Samuelsson
2008-04-24update webkit versionJohn Voltz
2008-03-06added webkitJohn Voltz