buildrootschalter/package/webkit/Config.in

24 lines
668 B
Plaintext
Raw Normal View History

2008-03-06 19:28:48 +01:00
config BR2_PACKAGE_WEBKIT
bool "webkit"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_PACKAGE_LIBGTK2
2008-03-06 19:28:48 +01:00
select BR2_PACKAGE_ICU
select BR2_PACKAGE_CURL
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT
2008-03-06 19:28:48 +01:00
select BR2_PACKAGE_SQLITE
select BR2_PACKAGE_ENCHANT
select BR2_PACKAGE_LIBSOUP
select BR2_PACKAGE_CAIRO_PNG
2008-03-06 19:28:48 +01:00
help
WebKit is an open source, standards compliant web browser engine.
2008-03-06 19:28:48 +01:00
Note that WebKit does not build with a toolchain using the
old linuxthreads library.
http://webkit.org/
2008-03-06 19:28:48 +01:00
comment "webkit requires a toolchain with C++ support and WCHAR enabled"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR