Skip to content
Snippets Groups Projects
Commit 556864c7 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

nls.mk: fix build dependency on gettext (#11829)

SVN-Revision: 32665
parent f9eede18
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (C) 2011 OpenWrt.org # Copyright (C) 2011-2012 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
...@@ -23,7 +23,7 @@ else ...@@ -23,7 +23,7 @@ else
endif endif
PKG_CONFIG_DEPENDS += CONFIG_BUILD_NLS 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_DEPENDS:=+BUILD_NLS:libiconv-full
ICONV_CFLAGS:=-I$(ICONV_PREFIX)/include ICONV_CFLAGS:=-I$(ICONV_PREFIX)/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment