etk relies on edje_cc to be installed on the host
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Jan 2009 17:53:34 +0000 (17:53 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Jan 2009 17:53:34 +0000 (17:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13992 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/efl/etk/Makefile

index 8e0e155..55f737c 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 \
+))