summaryrefslogtreecommitdiffstats
path: root/package/webkit/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* webkit: select cairo PNG featureThomas Petazzoni2009-08-101-0/+1
| | | | | | | | | | | | | | | Webkit currently depends on libgtk2, which itself depends on Cairo. However, the dependency of libgtk2 is only on BR2_PACKAGE_CAIRO, BR2_PACKAGE_CAIRO_PS and BR2_PACKAGE_CAIRO_PDF. While this might be enough for libgtk2 to build and work, Webkit makes direct use of the PNG functionnalities of Cairo. If this functionnality is not available in Cairo, the Webkit build complains that cairo_surface_write_to_png_stream() is not defined. Therefore, we make sure that WebKit selects BR2_PACKAGE_CAIRO_PNG. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* webkit: only show the rendering backend choice when webkit is enabledThomas Petazzoni2009-08-041-0/+4
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* webkit: Update to WebKit svn r44552.Will Newton2009-08-021-2/+19
| | | | | | | | | | | 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>
* webkit: depend on C++ + wchar support in toolkit, as icu needs itPeter Korsgaard2009-01-271-0/+4
|
* webkit: revert r24983 (Disable webkit (with comment) if X is not available)Peter Korsgaard2009-01-271-6/+1
| | | | Webkit doesn't need X.
* Disable webkit (with comment) if X is not availableUlf Samuelsson2009-01-231-1/+6
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-4/+4
| | | | | | | 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.
* added webkitJohn Voltz2008-03-061-0/+14