package/xmlstarlet: add host variant

Needed for the Kodi skin package to control the default skin setup.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.05.x
Bernd Kuhls 2017-04-29 10:37:25 +02:00 committed by Thomas Petazzoni
parent ca958aa13c
commit 43198b0758
1 changed files with 3 additions and 0 deletions

View File

@ -24,4 +24,7 @@ else
XMLSTARLET_CONF_OPTS += --disable-static-libs
endif
HOST_XMLSTARLET_DEPENDENCIES += host-libxml2 host-libxslt
$(eval $(autotools-package))
$(eval $(host-autotools-package))