remove fluxbox, matchbox dependency on freedesktop-compliant, which is unavailable in the default feed

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16152 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-05-28 17:54:11 +00:00
parent 5681b9d7e3
commit cf70fb0cf7
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ endef
define Package/fluxbox
$(call Package/fluxbox/Default)
DEPENDS:=+uclibcxx +libXt +freedesktop-compliant
DEPENDS:=+uclibcxx +libXt
TITLE:=fluxbox window manager
MENU:=1
endef

View File

@ -28,7 +28,7 @@ define Package/matchbox-window-manager
SECTION:=xorg-wm
CATEGORY:=Xorg
SUBMENU:=window manager
DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox +freedesktop-compliant
DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox
endef
define Build/Compile