From f7a6cfc22500b5d9d4057d74ac6f4f238780848d Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sun, 15 Nov 2009 11:12:57 +0100 Subject: webkit: fix dependencies on host tools flex and gperf Signed-off-by: Lionel Landwerlin Signed-off-by: Peter Korsgaard --- package/webkit/webkit.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package') 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 -- cgit v1.2.3