projects
/
openwrt
/
svn-archive
/
feeds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e6ad1
)
icon-naming-utils requires Perl XML::Simple
author
Michael Büsch
<mb@bu3sch.de>
Sat, 23 Oct 2010 19:48:47 +0000
(19:48 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sat, 23 Oct 2010 19:48:47 +0000
(19:48 +0000)
SVN-Revision: 23596
desktop/tools/icon-naming-utils/Makefile
patch
|
blob
|
history
diff --git
a/desktop/tools/icon-naming-utils/Makefile
b/desktop/tools/icon-naming-utils/Makefile
index 36b2ac14de49d837acbb1e07bdc2c41bc0060ddb..7924c50e8fc24d0624519a5371c767fb82ee85bd 100644
(file)
--- a/
desktop/tools/icon-naming-utils/Makefile
+++ b/
desktop/tools/icon-naming-utils/Makefile
@@
-51,4
+51,12
@@
define Package/icon-naming-utils/install
true
endef
+define Require/perl-xml-simple
+ perl -e 'use XML::Simple;'
+endef
+
+$(eval $(call Require,perl-xml-simple, \
+ Please install Perl XML::Simple \
+))
+
$(eval $(call BuildPackage,icon-naming-utils))