From: agb Date: Sun, 15 Jun 2008 18:18:23 +0000 (+0000) Subject: [packages] telepathy-python: require xsltproc on host system X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bcd44aff39a19c9fa219e983295fe4f34bda49be;p=packages.git [packages] telepathy-python: require xsltproc on host system git-svn-id: svn://svn.openwrt.org/openwrt/packages@11477 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/telepathy-python/Makefile b/lang/telepathy-python/Makefile index 853210a95..d9fc42708 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. \ +))