Raise minimum libtorrent version to 1.2.12

This commit is contained in:
Vladimir Golovnev (Glassez)
2021-01-09 22:53:36 +03:00
committed by sledgehammer999
parent 69256905c2
commit 2d607f8c1a
9 changed files with 16 additions and 40 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.11],
[libtorrent-rasterbar >= 1.2.12],
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS"
LIBS="$libtorrent_LIBS $LIBS"])