projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vte requires intltool-update as host tool
[openwrt/svn-archive/archive.git]
/
Xorg
/
lib
/
vte
/
Makefile
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 \
+))