mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libxml-parser-perl: restore it like before perl infra
intltool uses this package, and we don't want that it depends on host-perl, but on system perl Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
841c63ce66
commit
8e716d659b
@@ -9,7 +9,10 @@ INTLTOOL_SITE = https://launchpad.net/intltool/trunk/$(INTLTOOL_VERSION)/+downlo
|
||||
INTLTOOL_LICENSE = GPLv2+
|
||||
INTLTOOL_LICENSE_FILES = COPYING
|
||||
|
||||
HOST_INTLTOOL_DEPENDENCIES = host-gettext host-perl-xml-parser
|
||||
HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
|
||||
HOST_INTLTOOL_CONF_OPTS = \
|
||||
PERL=`which perl` \
|
||||
PERL5LIB=$(HOST_DIR)/usr/lib/perl
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user