projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7baee8d
)
add missing dependency
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Dec 2007 23:00:58 +0000
(23:00 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Dec 2007 23:00:58 +0000
(23:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10035
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
XOrg/app/eterm/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/app/eterm/Makefile
b/XOrg/app/eterm/Makefile
index
86e0d00
..
5713cca
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