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:
c7d3016
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 29 Dec 2007 23:00:58 +0000
(23:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 29 Dec 2007 23:00:58 +0000
(23:00 +0000)
SVN-Revision: 10035
XOrg/app/eterm/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/app/eterm/Makefile
b/XOrg/app/eterm/Makefile
index 86e0d0000d11a4b7ba6434825e550b3e0c9e30c9..5713cca8fb75092dc5a45221236e9c804868b6d2 100644
(file)
--- a/
XOrg/app/eterm/Makefile
+++ b/
XOrg/app/eterm/Makefile
@@
-28,7
+28,7
@@
endef
define Package/eterm
$(call Package/eterm/Default)
TITLE:=eterm
- DEPENDS:=+xorg-server-essentials +libXcursor +imlib2 +libast @DISPLAY_SUPPORT
+ DEPENDS:=+xorg-server-essentials +libXcursor +imlib2 +libast
+libiconv
@DISPLAY_SUPPORT
endef
define Package/esetroot