summaryrefslogtreecommitdiff
path: root/package/webkit/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-11-19 10:17:09 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-11-19 10:17:09 +0100
commite152912065332cd24ff0a03b8ae659253c0a01c1 (patch)
treebd8fd9014bc32c1c1119b027e81cb4a772705251 /package/webkit/Config.in
parentd51948317bd6f9e49883e2bd494ff64a9cb60fb3 (diff)
webkit: needs libcurl, not the curl binary
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/webkit/Config.in')
-rw-r--r--package/webkit/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index 812e6f21c..34071e485 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_WEBKIT
depends on BR2_USE_WCHAR
depends on BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_ICU
- select BR2_PACKAGE_CURL
+ select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT
select BR2_PACKAGE_SQLITE