Raise minimum libtorrent version to 1.2.13 (2.0.3)

This commit is contained in:
Vladimir Golovnev (glassez) 2021-03-30 19:29:55 +03:00
commit 3e5f8c64d4
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
8 changed files with 18 additions and 18 deletions

View file

@ -180,7 +180,7 @@ AC_MSG_NOTICE([Boost.System LIB: "$BOOST_SYSTEM_LIB"])
LIBS="$BOOST_SYSTEM_LIB $LIBS"
PKG_CHECK_MODULES(libtorrent,
[libtorrent-rasterbar >= 1.2.12],
[libtorrent-rasterbar >= 1.2.13],
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS"
LIBS="$libtorrent_LIBS $LIBS"])