From af4ff6cc4195a1ef07313f742529c001ecbb483c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Sat, 23 Oct 2010 19:48:47 +0000 Subject: [PATCH] icon-naming-utils requires Perl XML::Simple SVN-Revision: 23596 --- desktop/tools/icon-naming-utils/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) 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)) -- 2.30.2