summaryrefslogtreecommitdiff
path: root/package/webkit
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-27 15:02:13 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-27 15:02:13 +0000
commitf2b2e8213805e0bc5746b5c78c09f879110a13bb (patch)
treebbb1ec376b9c5d3939c8f3c6669d05db711ef65a /package/webkit
parent6653646d66b4c01f1d6a1f88652efe3a1a015ce7 (diff)
webkit: revert r24983 (Disable webkit (with comment) if X is not available)
Webkit doesn't need X.
Diffstat (limited to 'package/webkit')
-rw-r--r--package/webkit/Config.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index 9c4f9ba5e..dbb10b2bd 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -1,18 +1,13 @@
config BR2_PACKAGE_WEBKIT
bool "webkit"
+ select BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_ICU
select BR2_PACKAGE_CURL
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT
- select BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_SQLITE
- depends on !BR2_PACKAGE_XSERVER_none
help
WebKit is an open source, standards compliant web browser engine.
- It runs on top of X-Windows
http://webkit.org/
-comment "webkit - disabled (requires X-Windows)"
- depends on BR2_PACKAGE_XSERVER_none
-