From: mirko Date: Thu, 29 Jan 2009 13:05:40 +0000 (+0000) Subject: adding a set of configuraton files based on freedesktop.org specifications and add... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=3765a07967fe8a1619187cfd311c471073094cbf;p=packages.git 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 --- diff --git a/Xorg/wm/fluxbox/Makefile b/Xorg/wm/fluxbox/Makefile index 42b12f664..840aa9743 100644 --- a/Xorg/wm/fluxbox/Makefile +++ b/Xorg/wm/fluxbox/Makefile @@ -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 diff --git a/Xorg/wm/matchbox-window-manager/Makefile b/Xorg/wm/matchbox-window-manager/Makefile index 43439f116..f81e49e22 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 + DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox +freedesktop-compliant endef define Build/Compile