From: Andy Boyett Date: Sun, 15 Jun 2008 18:18:23 +0000 (+0000) Subject: [packages] telepathy-python: require xsltproc on host system X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=39ee18d5e98cf9bf892a0ce305748fcc4d1a04e2;hp=390cf23c0ad8296b5105d464ec7b9dcb36db8bdd [packages] telepathy-python: require xsltproc on host system SVN-Revision: 11477 --- diff --git a/lang/telepathy-python/Makefile b/lang/telepathy-python/Makefile index 853210a951..d9fc427088 100644 --- a/lang/telepathy-python/Makefile +++ b/lang/telepathy-python/Makefile @@ -38,3 +38,7 @@ define Package/telepathy-python/install endef $(eval $(call BuildPackage,telepathy-python)) + +$(eval $(call RequireCommand,xsltproc, \ + $(PKG_NAME) requires xsltproc installed on the host-system. \ +))