[packages] rtorrent: depends on libncursesw, not libncurses
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 00:22:04 +0000 (00:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 00:22:04 +0000 (00:22 +0000)
SVN-Revision: 32303

net/rtorrent/Makefile

index f012d0c4c68fbb16e543bce2030c165a4557f6ff..7dad00963057ee58926a768452b43cd45ec57d0f 100644 (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