diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-12-13 18:00:00 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-12-13 18:00:03 +0200 |
commit | ce37ee3f822be5aedb65c4adbcdc66d8a1243d2f (patch) | |
tree | ab25c6992a6a6ef2173cf6dc87d5fc1f0ed47029 /libs/glib2 | |
parent | 315ef6bf4299f4ce320b89f7753c6ade15321b19 (diff) |
glib2: fix host build
Replace libintl/host with gettext-full/host.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'libs/glib2')
-rw-r--r-- | libs/glib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index d8500e638..70f8450a8 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -19,7 +19,7 @@ PKG_MD5SUM:=83efba4722a9674b97437d1d99af79db PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=glib2/host libpthread zlib libintl libffi -HOST_BUILD_DEPENDS:=libintl/host libiconv/host libffi/host +HOST_BUILD_DEPENDS:=gettext-full/host libiconv/host libffi/host PKG_INSTALL:=1 PKG_USE_MIPS16:=0 |