summaryrefslogtreecommitdiffstats
path: root/ftp-libs/rb-libtorrent/DEPENDS
blob: a21b62a9e10b2142bb9c1eee7ac7fb36093e2293 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
depends -sub CXX gcc                       &&
depends boost                     &&
sub_depends boost THREAD          &&
sub_depends boost FILESYSTEM      &&
sub_depends boost DATE_TIME       &&     
sub_depends boost REGEX           &&
sub_depends boost PROGRAM_OPTIONS &&

if list_find "$RB_LIBTORRENT_OPTS" "--enable-python-binding"; then
  sub_depends boost PYTHON
fi &&

optional_depends openssl \
                 "" \
                 "" \
                 "for SSL support" &&

optional_depends geoip \
                 "--with-libgeoip" "" \
                 "enable linking against system libgeoip"