From 37cf77d9467fb92a3fb352230e95aab77a5342ba Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 7 Jan 2018 20:41:06 +0100 Subject: treewide: fix build depends to refer to source package names Build depends must refer to source packages rather than binary package names. Signed-off-by: Matthias Schiffer --- include/nls.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nls.mk') diff --git a/include/nls.mk b/include/nls.mk index 51463b9f12..04838821b4 100644 --- a/include/nls.mk +++ b/include/nls.mk @@ -23,7 +23,7 @@ else endif PKG_CONFIG_DEPENDS += CONFIG_BUILD_NLS -PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv !BUILD_NLS:libintl +PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv !BUILD_NLS:gettext ICONV_DEPENDS:=+BUILD_NLS:libiconv-full ICONV_CFLAGS:=-I$(ICONV_PREFIX)/include -- cgit v1.2.3