From 6d66be037180c32d88823f4f76eb778ad3473101 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 3 Jul 2009 23:11:54 +0000 Subject: [PATCH] add missing dependency (fixes #4957) - thanks to "maddes" SVN-Revision: 16666 --- Xorg/wm/fluxbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/wm/fluxbox/Makefile b/Xorg/wm/fluxbox/Makefile index bb2a75028d..30a205718f 100644 --- a/Xorg/wm/fluxbox/Makefile +++ b/Xorg/wm/fluxbox/Makefile @@ -33,7 +33,7 @@ endef define Package/fluxbox $(call Package/fluxbox/Default) - DEPENDS:=+uclibcxx +libXt + DEPENDS:=+uclibcxx +libXt +libXpm TITLE:=fluxbox window manager MENU:=1 endef -- 2.30.2