From d789a51d9072eaaa1b8ae8b637c760723db503c6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 4 Jul 2017 22:10:46 +0200 Subject: glib: needs iconv, reported by Martin T. --- package/glib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/glib/Makefile b/package/glib/Makefile index 3761bc791..dd818f5a4 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -13,7 +13,7 @@ PKG_SECTION:= libs/misc PKG_DEPENDS:= libpcre zlib PKG_BUILDDEP:= glib-host libffi zlib libelf dbus pcre HOST_BUILDDEP:= libffi-host python2-host gettext-host util-linux-host -PKG_NEEDS:= threads intl +PKG_NEEDS:= threads intl iconv PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/ PKG_OPTS:= dev noscripts -- cgit v1.2.3