projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
624beb4
)
vte requires intltool-update as host tool
author
Mirko Vogt
<mirko@openwrt.org>
Mon, 23 Feb 2009 20:20:54 +0000
(20:20 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Mon, 23 Feb 2009 20:20:54 +0000
(20:20 +0000)
SVN-Revision: 14645
Xorg/lib/vte/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/vte/Makefile
b/Xorg/lib/vte/Makefile
index 080d0a8cb14c0ee10b39d5f23296d56fae388424..3cfea68967c821069ca96f46b1e3c70e02fe92e7 100644
(file)
--- 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 \
+))