Drop support of libtorrent < 1.1.10

This commit is contained in:
Vladimir Golovnev (Glassez) 2019-01-08 15:52:12 +03:00
commit 302c99d7d5
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
22 changed files with 19 additions and 963 deletions

View file

@ -195,7 +195,7 @@ AS_CASE(["x$with_qtsingleapplication"],
AC_MSG_ERROR([Unknown option "$with_qtsingleapplication". Use either "system" or "shipped".])])
PKG_CHECK_MODULES(libtorrent,
[libtorrent-rasterbar >= 1.0.6],
[libtorrent-rasterbar >= 1.1.10],
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS"
LIBS="$libtorrent_LIBS $LIBS"])