From: Felix Fietkau Date: Sat, 26 May 2012 18:03:56 +0000 (+0000) Subject: ncurses: libncursesw should not depend on libncurses X-Git-Tag: reboot~13829 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=925fcc107da41bb243ddd07daacc8a83adf45fa2;p=openwrt%2Fopenwrt.git ncurses: libncursesw should not depend on libncurses SVN-Revision: 31861 --- diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 2c4a376626..9c682aca83 100644 --- 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