[packages] telepathy-python: require xsltproc on host system

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11477 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2008-06-15 18:18:23 +00:00
parent 35f6006e75
commit bcd44aff39

View File

@ -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. \
))