diff options
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 01baa277f..389a5fc25 100644 --- a/package/webkit/webkit.mk +++ b/package/webkit/webkit.mk @@ -11,8 +11,8 @@ WEBKIT_INSTALL_STAGING = YES WEBKIT_INSTALL_TARGET = YES WEBKIT_LIBTOOL_PATCH = NO -WEBKIT_DEPENDENCIES = icu curl libxml2 libxslt libgtk2 sqlite enchant \ - libsoup +WEBKIT_DEPENDENCIES = host-flex host-gperf icu curl libxml2 libxslt \ + libgtk2 sqlite enchant libsoup ifeq ($(BR2_PACKAGE_WEBKIT_X11),y) WEBKIT_CONF_OPT = --with-target=x11 |