projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ea29b
)
intltool: Check for Perl XML prereq
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 19 Oct 2010 10:57:21 +0000
(10:57 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 19 Oct 2010 10:57:21 +0000
(10:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23538
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/intltool/Makefile
patch
|
blob
|
history
diff --git
a/libs/intltool/Makefile
b/libs/intltool/Makefile
index
1b1d704
..
2d76bcf
100644
(file)
--- a/
libs/intltool/Makefile
+++ b/
libs/intltool/Makefile
@@
-34,5
+34,13
@@
define Package/intltool/description
file formats using GNU gettext-compatible PO files.
endef
+define Require/perl-xml-parser
+ perl -e 'use XML::Parser;'
+endef
+
+$(eval $(call Require,perl-xml-parser, \
+ Please install Perl XML::Parser \
+))
+
$(eval $(call BuildPackage,intltool))
$(eval $(call HostBuild))