removed unneded ipkg from fluxbox

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9225 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-10-09 22:06:40 +00:00
parent cdd6d2b7f6
commit 94731816af

View File

@ -42,18 +42,6 @@ $(call Package/fluxbox/Default)
TITLE:=fluxbox tool to run applications
endef
define Package/fbsetroot
$(call Package/fluxbox/Default)
DEPENDS:=fluxbox
TITLE:=set fluxbox background colors
endef
define Package/fbsetbg
$(call Package/fluxbox/Default)
DEPENDS:=fluxbox +x-bkgd-images +eterm
TITLE:=set fluxbox background images
endef
define Build/Configure
(cd $(PKG_BUILD_DIR)/$(CONFIGURE_PATH); \
if [ -x $(CONFIGURE_CMD) ]; then \
@ -96,6 +84,4 @@ define Package/fbrun/install
endef
$(eval $(call BuildPackage,fbrun))
$(eval $(call BuildPackage,fbsetbg))
$(eval $(call BuildPackage,fbsetroot))
$(eval $(call BuildPackage,fluxbox))