aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtorrent/rtorrent_0.8.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libtorrent/rtorrent_0.8.6.bb')
-rw-r--r--recipes/libtorrent/rtorrent_0.8.6.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/libtorrent/rtorrent_0.8.6.bb b/recipes/libtorrent/rtorrent_0.8.6.bb
index d2a4750632..ae9af4bb31 100644
--- a/recipes/libtorrent/rtorrent_0.8.6.bb
+++ b/recipes/libtorrent/rtorrent_0.8.6.bb
@@ -2,12 +2,15 @@ DESCRIPTION = "Console bittorrent client using libtorrent"
HOMEPAGE = "http://libtorrent.rakshasa.no"
SECTION = "libs/network"
LICENSE = "GPL"
-DEPENDS = "libtorrent curl ncurses gnutls libgpg-error"
+DEPENDS = "libtorrent curl ncurses gnutls libgpg-error xmlrpc-c"
SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \
- file://autoconf-cross-fix.patch"
+ file://autoconf-cross-fix.patch \
+ file://checks.patch"
-PR = "r1"
+EXTRA_OECONF = " --with-xmlrpc-c"
+
+PR = "r2"
inherit autotools