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
(from parent 1:
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
080d0a8
..
3cfea68
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 \
+))