adding a set of configuraton files based on freedesktop.org specifications and add it as dependency to freedesktop compliant applications

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14260 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-01-29 13:05:40 +00:00
parent 0435aa89c5
commit 3765a07967
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ endef
define Package/fluxbox
$(call Package/fluxbox/Default)
DEPENDS:=+uclibcxx +libXt
DEPENDS:=+uclibcxx +libXt +freedesktop-compliant
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
DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox +freedesktop-compliant
endef
define Build/Compile