From: nbd Date: Sat, 26 May 2012 18:03:56 +0000 (+0000) Subject: ncurses: libncursesw should not depend on libncurses X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a8789daec2f33c2dbec352ddb661f6803c04a6dd;p=openwrt.git ncurses: libncursesw should not depend on libncurses git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31861 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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