buildrootschalter/package/intltool/intltool.mk
Gustavo Zacarias 421d9d6362 intltool: host variant needs host-gettext
Fixes issues like:
http://autobuild.buildroot.net/results/1c7d2e50b622179aff469fddedaa4dc2015fb496/
http://autobuild.buildroot.net/results/7d85ff51b339f1da720bb079eb05e7fba179f101/
and probably a lot more.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-03-30 20:47:07 +01:00

18 lines
486 B
Makefile

#############################################################
#
# intltool
#
#############################################################
INTLTOOL_VERSION = 0.40.6
INTLTOOL_SOURCE = intltool-$(INTLTOOL_VERSION).tar.bz2
INTLTOOL_SITE = http://ftp.acc.umu.se/pub/GNOME/sources/intltool/0.40/
HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
HOST_INTLTOOL_CONF_OPT = \
PERLLIB=$(HOST_DIR)/usr/lib/perl
$(eval $(autotools-package))
$(eval $(host-autotools-package))