mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Bump libtorrent requirements to 2.0.6
This commit is contained in:
parent
d3e7e8a630
commit
4f1684c714
4 changed files with 13 additions and 13 deletions
|
@ -188,7 +188,7 @@ m4_define([DETECT_BOOST_VERSION_PROGRAM],
|
|||
[[(void) ((void)sizeof(char[1 - 2*!!((BOOST_VERSION) < ($1))]));]])])
|
||||
|
||||
PKG_CHECK_MODULES(libtorrent,
|
||||
[libtorrent-rasterbar >= 2.0.4],
|
||||
[libtorrent-rasterbar >= 2.0.6],
|
||||
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS" LIBS="$libtorrent_LIBS $LIBS" QBT_ADD_DEFINES="$QBT_ADD_DEFINES QBT_USES_LIBTORRENT2"],
|
||||
[PKG_CHECK_MODULES(libtorrent,
|
||||
[libtorrent-rasterbar >= 1.2.14 libtorrent-rasterbar < 2],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue