summaryrefslogtreecommitdiff
path: root/package/dillo
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2014-11-23 00:55:24 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-23 09:42:42 +0100
commita79bcdba81215778f67b358324e174d91e3f32e4 (patch)
tree7fb9c0500f957d8ad7e95b8fd512f127c86ce0b9 /package/dillo
parentc3c6fa297a4b06b29c15d343488ba7cad3602d89 (diff)
dillo: needs iconv
Fixes: http://autobuild.buildroot.net/results/4a7/4a765a66bea1ecf4ec5e4da00b847bc931071132/ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/dillo')
-rw-r--r--package/dillo/Config.in1
-rw-r--r--package/dillo/dillo.mk2
2 files changed, 3 insertions, 0 deletions
diff --git a/package/dillo/Config.in b/package/dillo/Config.in
index 8d3cbb13a..5c2cc6280 100644
--- a/package/dillo/Config.in
+++ b/package/dillo/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_DILLO
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fltk fork()
select BR2_PACKAGE_FLTK
+ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
Dillo is a multi-platform graphical web browser known
for its speed and small footprint.
diff --git a/package/dillo/dillo.mk b/package/dillo/dillo.mk
index bce23b01c..d6fc7469b 100644
--- a/package/dillo/dillo.mk
+++ b/package/dillo/dillo.mk
@@ -17,6 +17,8 @@ DILLO_DEPENDENCIES = fltk
DILLO_CONF_ENV = ac_cv_path_FLTK_CONFIG=$(STAGING_DIR)/usr/bin/fltk-config
+DILLO_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBICONV),libiconv)
+
ifeq ($(BR2_PACKAGE_OPENSSL),y)
DILLO_CONF_OPTS += --enable-ssl
DILLO_DEPENDENCIES += openssl