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:
5da0f02
)
paroli: Build needs edje_cc. Add the prereq.
author
Michael Büsch
<mb@bu3sch.de>
Thu, 28 Oct 2010 16:05:27 +0000
(16:05 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Thu, 28 Oct 2010 16:05:27 +0000
(16:05 +0000)
SVN-Revision: 23700
phone/paroli/Makefile
patch
|
blob
|
history
diff --git
a/phone/paroli/Makefile
b/phone/paroli/Makefile
index 001440e3684f1b96ecce0b4fdfa0d7410342c576..f729ef570c60d8460cb056bc034cf6ac867ea27e 100644
(file)
--- 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))