mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
libtorrent: drop sigc dep & switch homepage
libsigc isn't used/needed any longer so drop it. And switch to the proper homepage rather than the tarball repository. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ccdb179d24
commit
2de1d64a5f
@ -3,11 +3,10 @@ config BR2_PACKAGE_LIBTORRENT
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_ARCH_HAS_ATOMICS
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
select BR2_PACKAGE_LIBSIGC
|
|
||||||
help
|
help
|
||||||
BitTorrent library written in C++ for *nix
|
BitTorrent library written in C++ for *nix
|
||||||
|
|
||||||
http://rtorrent.net/downloads/
|
https://github.com/rakshasa/libtorrent
|
||||||
|
|
||||||
comment "libtorrent needs a toolchain w/ C++, threads"
|
comment "libtorrent needs a toolchain w/ C++, threads"
|
||||||
depends on BR2_ARCH_HAS_ATOMICS
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
LIBTORRENT_VERSION = 0.13.6
|
LIBTORRENT_VERSION = 0.13.6
|
||||||
LIBTORRENT_SITE = http://rtorrent.net/downloads
|
LIBTORRENT_SITE = http://rtorrent.net/downloads
|
||||||
LIBTORRENT_DEPENDENCIES = host-pkgconf libsigc \
|
LIBTORRENT_DEPENDENCIES = host-pkgconf \
|
||||||
$(if $(BR2_PACKAGE_OPENSSL),openssl) \
|
$(if $(BR2_PACKAGE_OPENSSL),openssl) \
|
||||||
$(if $(BR2_PACKAGE_ZLIB),zlib)
|
$(if $(BR2_PACKAGE_ZLIB),zlib)
|
||||||
LIBTORRENT_CONF_OPTS = --enable-aligned \
|
LIBTORRENT_CONF_OPTS = --enable-aligned \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user