mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 17:10:35 +02:00
package: ncurses: fix the libncursesw disappears when select some package thanks to kyak
like snownews, lynx
This commit is contained in:
parent
5a49fe26a5
commit
657d4c785d
@ -26,7 +26,7 @@ define Package/libncurses
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Terminal handling library
|
||||
URL:=http://www.gnu.org/software/ncurses/
|
||||
DEPENDS:= +terminfo
|
||||
DEPENDS:=+terminfo
|
||||
VARIANT:=libncurses
|
||||
endef
|
||||
|
||||
@ -43,7 +43,7 @@ define Package/libncursesw
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Terminal handling library (Unicode)
|
||||
URL:=http://www.gnu.org/software/ncurses/
|
||||
DEPENDS:=libncurses
|
||||
DEPENDS:=+libncurses
|
||||
VARIANT:=libncursesw
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user