vte requires intltool-update as host tool
authorMirko Vogt <mirko@openwrt.org>
Mon, 23 Feb 2009 20:20:54 +0000 (20:20 +0000)
committerMirko Vogt <mirko@openwrt.org>
Mon, 23 Feb 2009 20:20:54 +0000 (20:20 +0000)
SVN-Revision: 14645

Xorg/lib/vte/Makefile

index 080d0a8cb14c0ee10b39d5f23296d56fae388424..3cfea68967c821069ca96f46b1e3c70e02fe92e7 100644 (file)
@@ -106,3 +106,7 @@ endef
 
 $(eval $(call BuildPackage,vte))
 $(eval $(call BuildPackage,python-vte))
+
+$(eval $(call RequireCommand,intltool-update, \
+    $(PKG_NAME) requires intltool >= 0.35.0 \
+))