[packages] tig: depends on libncursesw, not libncurses

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32295 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-12 23:47:53 +00:00
parent 06b6c3212a
commit 1e7f93c8c3

View File

@ -24,7 +24,7 @@ define Package/tig
SECTION:=devel
CATEGORY:=Development
TITLE:=Console Git repository viewer
DEPENDS:=+git +libncurses
DEPENDS:=+git +libncursesw
URL:=http://jonas.nitro.dk/tig/releases/
endef