etk relies on edje_cc to be installed on the host

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13992 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-01-12 17:53:34 +00:00
parent 5d4f36591c
commit 3b524661b7

View File

@ -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 \
))