remove fluxbox, matchbox dependency on freedesktop-compliant, which is unavailable...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 28 May 2009 17:54:11 +0000 (17:54 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 28 May 2009 17:54:11 +0000 (17:54 +0000)
SVN-Revision: 16152

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

index ae2e92bc300b6be5e329aade061838829ae20ffd..6f90e7df3ec81e198b86ecb5d0379741f08ba99c 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 06509ffdc852330bfb0266ca9df6926ad65c8cfb..bbb940c17e79c68791ea23c2a8608775e93caeca 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