diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-04 22:10:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-04 22:11:04 +0200 |
commit | d789a51d9072eaaa1b8ae8b637c760723db503c6 (patch) | |
tree | ac68760fd5b6559b762912a91927f42b2cd22650 | |
parent | edd929510568cf11da927e0c6b0ef09948cd86d3 (diff) |
glib: needs iconv, reported by Martin T.
-rw-r--r-- | package/glib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |