Commit a9c1c5e9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: removal of pkg-config check for iconv and gettext

parent 066e381f
......@@ -2,10 +2,6 @@
GETTEXT_VERSION=0.18.1.1
GETTEXT_URL=$(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz
ifeq ($(call need_pkg,"gettext"),)
PKGS_FOUND += gettext
endif
$(TARBALLS)/gettext-$(GETTEXT_VERSION).tar.gz:
$(call download,$(GETTEXT_URL))
......
......@@ -2,10 +2,6 @@
LIBICONV_VERSION=1.13.1
LIBICONV_URL=$(GNU)/libiconv/libiconv-$(LIBICONV_VERSION).tar.gz
ifeq ($(call need_pkg,"iconv"),)
PKGS_FOUND += iconv
endif
$(TARBALLS)/libiconv-$(LIBICONV_VERSION).tar.gz:
$(call download,$(LIBICONV_URL))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment