]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
webkit: needs libcurl, not the curl binary
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 19 Nov 2010 09:17:09 +0000 (10:17 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 19 Nov 2010 09:17:09 +0000 (10:17 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/webkit/Config.in
package/webkit/webkit.mk

index 812e6f21c0ea81627acec8fcbc0f0e2201ff40ef..34071e4859cb0aa5866e1809e0d3c3d3f92d09ed 100644 (file)
@@ -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
index 247ce77bb969e103c64b67473a4ad5c785caa823..3f4e8fe2439a9fc59a2d425b27ce63cf89decd18 100644 (file)
@@ -10,7 +10,7 @@ WEBKIT_SITE = http://www.webkitgtk.org
 WEBKIT_INSTALL_STAGING = YES
 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
 
 WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config