From: Michael Büsch Date: Thu, 28 Oct 2010 16:05:27 +0000 (+0000) Subject: paroli: Build needs edje_cc. Add the prereq. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7e00237aeae664647acfc8272db18b8574c7cadc;p=openwrt%2Fsvn-archive%2Ffeeds.git paroli: Build needs edje_cc. Add the prereq. SVN-Revision: 23700 --- diff --git a/phone/paroli/Makefile b/phone/paroli/Makefile index 001440e..f729ef5 100644 --- a/phone/paroli/Makefile +++ b/phone/paroli/Makefile @@ -135,4 +135,8 @@ define Package/paroli/install $(1)/usr/share/paroli/services/ endef +$(eval $(call RequireCommand,edje_cc, \ + Please install edje_cc. \ +)) + $(eval $(call BuildPackage,paroli))