etk relies on edje_cc to be installed on the host
authorFlorian Fainelli <florian@openwrt.org>
Mon, 12 Jan 2009 17:53:34 +0000 (17:53 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 12 Jan 2009 17:53:34 +0000 (17:53 +0000)
SVN-Revision: 13992

Xorg/efl/etk/Makefile

index 8e0e155dbd943b21e211cee572f1f9021b3fe912..55f737c39e3e7a126f2f6a56bbfc136906a4382c 100644 (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 \
+))