dillo: needs iconv
authorPeter Seiderer <ps.report@gmx.net>
Sat, 22 Nov 2014 23:55:24 +0000 (00:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 23 Nov 2014 08:42:42 +0000 (09:42 +0100)
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>
package/dillo/Config.in
package/dillo/dillo.mk

index 8d3cbb13a3fa16f5cb854d751c9fcabf7f015598..5c2cc6280f69f64fc08d475e27284db8ae35ae3d 100644 (file)
@@ -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.
index bce23b01c6b24b6f67e673e872839c4cd4f9f7f4..d6fc7469b92a04bc9c31d974221701ca7a30c4fb 100644 (file)
@@ -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