projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9663e39
)
add missing dependency <libXpm> (fixes #4957) - thanks to "maddes"
author
Mirko Vogt
<mirko@openwrt.org>
Fri, 3 Jul 2009 23:11:54 +0000
(23:11 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Fri, 3 Jul 2009 23:11:54 +0000
(23:11 +0000)
SVN-Revision: 16666
Xorg/wm/fluxbox/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/wm/fluxbox/Makefile
b/Xorg/wm/fluxbox/Makefile
index bb2a75028db9501d29414d5e38fecb99535f76b0..30a205718f837b737a430bef9b5def478a057bdd 100644
(file)
--- 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