diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-06-10 13:22:59 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-10 23:08:05 +0200 |
commit | 01e9002ada3e7d2c7d1559ddec029d79b4f55f51 (patch) | |
tree | 8f35f7e26f45c7f42c09da871dda375e8633245c /package/webkit | |
parent | 205f06c615d70a877ab3c96dd2f1b5bdb01f678f (diff) | |
download | buildroot-novena-01e9002ada3e7d2c7d1559ddec029d79b4f55f51.tar.gz buildroot-novena-01e9002ada3e7d2c7d1559ddec029d79b4f55f51.zip |
webkit: needs host-ruby
Fixes:
http://autobuild.buildroot.net/results/13a/13a4ad4622be0c9f395e8c81db2a842b71962f61/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/webkit')
-rw-r--r-- | package/webkit/webkit.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk index 9aa8390bf..116a5e79a 100644 --- a/package/webkit/webkit.mk +++ b/package/webkit/webkit.mk @@ -8,8 +8,8 @@ WEBKIT_VERSION = 1.9.6 WEBKIT_SITE = http://www.webkitgtk.org/releases WEBKIT_SOURCE = webkit-$(WEBKIT_VERSION).tar.xz WEBKIT_INSTALL_STAGING = YES -WEBKIT_DEPENDENCIES = host-flex host-bison host-gperf icu libcurl libxml2 \ - libxslt libgtk2 sqlite enchant libsoup jpeg libgail +WEBKIT_DEPENDENCIES = host-ruby host-flex host-bison host-gperf icu libcurl \ + libxml2 libxslt libgtk2 sqlite enchant libsoup jpeg libgail # webkit-disable-tests.patch changes configure.ac therefore autoreconf required WEBKIT_AUTORECONF = YES |