summaryrefslogtreecommitdiff
path: root/package/webkit
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-27 15:02:40 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-27 15:02:40 +0000
commitc6da11ea450ac2351162f8d1097c6f211c8cdbd4 (patch)
tree93f682ee014346d33166dca0e5b792665eb1b279 /package/webkit
parent0053483c968c5f2d7b700722759fde5e3043f833 (diff)
webkit: don't depend on X server
Diffstat (limited to 'package/webkit')
-rw-r--r--package/webkit/webkit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
index 6bf791244..5d58eae06 100644
--- a/package/webkit/webkit.mk
+++ b/package/webkit/webkit.mk
@@ -12,7 +12,7 @@ WEBKIT_INSTALL_TARGET = YES
WEBKIT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
WEBKIT_AUTORECONF = YES
-WEBKIT_DEPENDENCIES = icu curl libxml2 libxslt xserver_xorg-server libgtk2 sqlite
+WEBKIT_DEPENDENCIES = icu curl libxml2 libxslt libgtk2 sqlite
WEBKIT_MAKE_OPT = GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal GLIB_MKENUMS=$(HOST_GLIB)/bin/glib-mkenums
$(eval $(call AUTOTARGETS,package,webkit))