webkit: needs libcurl, not the curl binary

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-11-19 10:17:09 +01:00
parent d51948317b
commit e152912065
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_WEBKIT
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
depends on BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_ICU select BR2_PACKAGE_ICU
select BR2_PACKAGE_CURL select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT select BR2_PACKAGE_LIBXSLT
select BR2_PACKAGE_SQLITE select BR2_PACKAGE_SQLITE

View File

@ -10,7 +10,7 @@ WEBKIT_SITE = http://www.webkitgtk.org
WEBKIT_INSTALL_STAGING = YES WEBKIT_INSTALL_STAGING = YES
WEBKIT_LIBTOOL_PATCH = NO WEBKIT_LIBTOOL_PATCH = NO
WEBKIT_DEPENDENCIES = host-flex host-gperf icu curl libxml2 libxslt \ WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \
libgtk2 sqlite enchant libsoup jpeg libgail libgtk2 sqlite enchant libsoup jpeg libgail
WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config