diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-25 11:31:42 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-06 10:32:35 +0200 |
commit | 9dd1a03a78adfd28cb1c1c1844af86bbae7eaff7 (patch) | |
tree | ab17574322c3e5b3a688aee727cc455f9edf9e45 /package/webkit | |
parent | ecb7642cce36bc68d93f0eee677adc7da538228d (diff) |
webkit: fix misc build issues
Webkit depends on libjpeg, so add it as a dependency. Webkit also uses
icu but fails to find it if we don't pass ac_cv_path_icu_config to its
./configure script.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/webkit')
-rw-r--r-- | package/webkit/webkit.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk index 39debd362..fc355ceec 100644 --- a/package/webkit/webkit.mk +++ b/package/webkit/webkit.mk @@ -12,8 +12,9 @@ WEBKIT_INSTALL_TARGET = YES WEBKIT_LIBTOOL_PATCH = NO WEBKIT_DEPENDENCIES = host-flex host-gperf icu curl libxml2 libxslt \ - libgtk2 sqlite enchant libsoup + libgtk2 sqlite enchant libsoup jpeg +WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config ifeq ($(BR2_PACKAGE_XORG7),y) WEBKIT_CONF_OPT += --with-target=x11 |