projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c977d96
)
etk relies on edje_cc to be installed on the host
author
Florian Fainelli
<florian@openwrt.org>
Mon, 12 Jan 2009 17:53:34 +0000
(17:53 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 12 Jan 2009 17:53:34 +0000
(17:53 +0000)
SVN-Revision: 13992
Xorg/efl/etk/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/efl/etk/Makefile
b/Xorg/efl/etk/Makefile
index 8e0e155dbd943b21e211cee572f1f9021b3fe912..55f737c39e3e7a126f2f6a56bbfc136906a4382c 100644
(file)
--- a/
Xorg/efl/etk/Makefile
+++ b/
Xorg/efl/etk/Makefile
@@
-64,3
+64,6
@@
define Package/etk/install
endef
$(eval $(call BuildPackage,etk))
+$(eval $(call RequireCommand,edje_cc, \
+ Command <edje_cc> not found - please install edje with edje-cc enabled \
+))