projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8b246
)
ncurses: libncursesw should not depend on libncurses
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 May 2012 18:03:56 +0000
(18:03 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 May 2012 18:03:56 +0000
(18:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31861
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/package/ncurses/Makefile
b/package/ncurses/Makefile
index
2c4a376
..
9c682ac
100644
(file)
--- a/
package/ncurses/Makefile
+++ b/
package/ncurses/Makefile
@@
-43,7
+43,6
@@
define Package/libncursesw
CATEGORY:=Libraries
TITLE:=Terminal handling library (Unicode)
URL:=http://www.gnu.org/software/ncurses/
- DEPENDS:=libncurses
VARIANT:=libncursesw
endef