From: Felix Fietkau Date: Thu, 28 May 2009 17:54:11 +0000 (+0000) Subject: remove fluxbox, matchbox dependency on freedesktop-compliant, which is unavailable... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9044128e3dbb15159fa92a8d6eb90d2c8a35ef74;hp=63bd80a438c7630f1315f3b74ecd1331928ea226 remove fluxbox, matchbox dependency on freedesktop-compliant, which is unavailable in the default feed SVN-Revision: 16152 --- diff --git a/Xorg/wm/fluxbox/Makefile b/Xorg/wm/fluxbox/Makefile index ae2e92bc30..6f90e7df3e 100644 --- a/Xorg/wm/fluxbox/Makefile +++ b/Xorg/wm/fluxbox/Makefile @@ -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 diff --git a/Xorg/wm/matchbox-window-manager/Makefile b/Xorg/wm/matchbox-window-manager/Makefile index 06509ffdc8..bbb940c17e 100644 --- a/Xorg/wm/matchbox-window-manager/Makefile +++ b/Xorg/wm/matchbox-window-manager/Makefile @@ -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