summaryrefslogtreecommitdiffstats
path: root/package/webkit/webkit.mk
Commit message (Collapse)AuthorAgeFilesLines
* webkit: disable the libtool patchThomas Petazzoni2009-08-101-0/+1
| | | | | | | | | | | The version of Webkit packaged in Buildroot uses libtool 2.x, for which our package/buildroot-libtool.patch does not apply. So we disable this patch. However, on my system, the lack of libtool modification prevents the final linking to succeed (due to libtool trying to link target code with host libraries). This will have to be fixed separatly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* webkit: Update to WebKit svn r44552.Will Newton2009-08-021-3/+20
| | | | | | | | | | | Closes #427 - Fix generation of configure script and Makefiles. - Add dependencies on libsoup and enchant. - Allow configuration of rendering target (currently X11 or DirectFB). Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: build host version for build-time binariesPeter Korsgaard2009-03-161-2/+0
| | | | | 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.
* webkit: don't depend on X serverPeter Korsgaard2009-01-271-1/+1
|
* 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
* Use HOST_GLIB for packagesUlf Samuelsson2008-07-051-1/+1
|
* update webkit versionJohn Voltz2008-04-241-1/+1
|
* added webkitJohn Voltz2008-03-061-0/+19