projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c520769
)
Adding missing dependency
author
Jens Muecke
<jens@nons.de>
Sat, 26 Jan 2008 22:47:05 +0000
(22:47 +0000)
committer
Jens Muecke
<jens@nons.de>
Sat, 26 Jan 2008 22:47:05 +0000
(22:47 +0000)
SVN-Revision: 10277
XOrg/app/matchbox/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/app/matchbox/Makefile
b/XOrg/app/matchbox/Makefile
index 5cd7dca971570fec3c8c749ffd72dc0e282e6d5f..282bde43367bd1358cb6a220f7eb076890e93cd8 100644
(file)
--- a/
XOrg/app/matchbox/Makefile
+++ b/
XOrg/app/matchbox/Makefile
@@
-23,7
+23,7
@@
define Package/matchbox
TITLE:=matchbox window manager
SECTION:=xorg-wm
CATEGORY:=Xorg
- DEPENDS:=+xorg-server-essentials +zlib +libfreetype +fontconfig @DISPLAY_SUPPORT
+ DEPENDS:=+xorg-server-essentials +zlib +libfreetype +fontconfig
+libmatchbox
@DISPLAY_SUPPORT
endef
define Build/Compile