mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Bump minimum libtorrent version required to 1.0.6.
This commit is contained in:
parent
a217988dbb
commit
e3cb9de365
2 changed files with 17 additions and 16 deletions
|
@ -197,7 +197,7 @@ AS_IF([test "x$with_qt5" = "xno"],
|
|||
])
|
||||
|
||||
PKG_CHECK_MODULES(libtorrent,
|
||||
[libtorrent-rasterbar >= 1.0.0],
|
||||
[libtorrent-rasterbar >= 1.0.6],
|
||||
[CPPFLAGS="$libtorrent_CFLAGS $CPPFLAGS"
|
||||
LIBS="$libtorrent_LIBS $LIBS"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue