remove fluxbox, matchbox dependency on freedesktop-compliant, which is unavailable...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 May 2009 17:54:11 +0000 (17:54 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 May 2009 17:54:11 +0000 (17:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16152 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/wm/fluxbox/Makefile
Xorg/wm/matchbox-window-manager/Makefile

index ae2e92b..6f90e7d 100644 (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
index 06509ff..bbb940c 100644 (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