From: mirko Date: Mon, 23 Feb 2009 20:20:54 +0000 (+0000) Subject: vte requires intltool-update as host tool X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a35d83d5076ad2811ac1ad581d876e69b86196f1;p=packages.git vte requires intltool-update as host tool git-svn-id: svn://svn.openwrt.org/openwrt/packages@14645 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/lib/vte/Makefile b/Xorg/lib/vte/Makefile index 080d0a8cb..3cfea6896 100644 --- a/Xorg/lib/vte/Makefile +++ b/Xorg/lib/vte/Makefile @@ -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 \ +))