From bcd44aff39a19c9fa219e983295fe4f34bda49be Mon Sep 17 00:00:00 2001 From: agb Date: Sun, 15 Jun 2008 18:18:23 +0000 Subject: [PATCH] [packages] telepathy-python: require xsltproc on host system git-svn-id: svn://svn.openwrt.org/openwrt/packages@11477 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/telepathy-python/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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. \ +))