[packages] rtorrent: depends on libncursesw, not libncurses

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32303 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-13 00:22:04 +00:00
parent 374f8b5aab
commit d5cfc67291

View File

@ -27,7 +27,7 @@ define Package/rtorrent
CATEGORY:=Network
TITLE:=BitTorrent client for ncurses
URL:=http://libtorrent.rakshasa.no/
DEPENDS:=+libcurl +libtorrent +libncurses +libsigcxx +xmlrpc-c-server +libpthread
DEPENDS:=+libcurl +libtorrent +libncursesw +libsigcxx +xmlrpc-c-server +libpthread
MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
endef