From: Michael Büsch Date: Sat, 23 Oct 2010 19:48:47 +0000 (+0000) Subject: icon-naming-utils requires Perl XML::Simple X-Git-Url: http://git.openwrt.org/feed/routing.git%5Ed11075cd40a88602bf4ba2b275f72100ddcb4767?a=commitdiff_plain;h=af4ff6cc4195a1ef07313f742529c001ecbb483c;p=openwrt%2Fsvn-archive%2Ffeeds.git icon-naming-utils requires Perl XML::Simple SVN-Revision: 23596 --- diff --git a/desktop/tools/icon-naming-utils/Makefile b/desktop/tools/icon-naming-utils/Makefile index 36b2ac1..7924c50 100644 --- 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))