projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2db9f2
)
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)
SVN-Revision: 31861
package/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/package/ncurses/Makefile
b/package/ncurses/Makefile
index 2c4a3766265c414f4ea35d14cade0fd9627102d2..9c682aca83852de1ec00737e81bcf47da89e5081 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