8df21528ed
Closes #1987 intltool.mk has a typo, this patch fixes the problem. Signed-off-by: Paul Jones <paul@pauljones.id.au> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
501 B
Makefile
17 lines
501 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-libxml-parser-perl
|
|
HOST_INTLTOOL_CONF_OPT = \
|
|
PERLLIB=$(HOST_DIR)/usr/lib/perl
|
|
|
|
$(eval $(call AUTOTARGETS,package,intltool))
|
|
$(eval $(call AUTOTARGETS,package,intltool,host))
|
|
|