blob: 19978a95215d873ffa8c41705eef2ca211aa18ae (
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 SSL \
"" \
"" \
"for SSL support" &&
optional_depends geoip \
"--with-libgeoip" "" \
"enable linking against system libgeoip"
|