summaryrefslogtreecommitdiffstats
path: root/include/nls.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-07-11 10:05:00 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-07-11 10:05:00 +0000
commit556864c75b1ff8287bd39edf7350c2578fe3d948 (patch)
treed7831aa35516c6e68fe07a9864976711fa5e7199 /include/nls.mk
parentf9eede184ee9e3bf44f7987a65dfa2dd93267c88 (diff)
downloadmaster-31e0f0ae-556864c75b1ff8287bd39edf7350c2578fe3d948.tar.gz
master-31e0f0ae-556864c75b1ff8287bd39edf7350c2578fe3d948.tar.bz2
master-31e0f0ae-556864c75b1ff8287bd39edf7350c2578fe3d948.zip
nls.mk: fix build dependency on gettext (#11829)
SVN-Revision: 32665
Diffstat (limited to 'include/nls.mk')
-rw-r--r--include/nls.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/nls.mk b/include/nls.mk
index 7743da470a..19456640cb 100644
--- a/include/nls.mk
+++ b/include/nls.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011 OpenWrt.org
+# Copyright (C) 2011-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -23,7 +23,7 @@ else
endif
PKG_CONFIG_DEPENDS += CONFIG_BUILD_NLS
-PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv !BUILD_NLS:gettext
+PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv !BUILD_NLS:libintl
ICONV_DEPENDS:=+BUILD_NLS:libiconv-full
ICONV_CFLAGS:=-I$(ICONV_PREFIX)/include