summaryrefslogblamecommitdiffstats
path: root/ftp-libs/rb-libtorrent/SUB_DEPENDS
blob: e1e4a49919bd135b26078cc94d2c3840409fbf8c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                            
# On branch devel-miro
# Changed but not updated:
case $THIS_SUB_DEPENDS in
  PYTHON) 
    message "$SPELL with Python requested, forcing boost python dependency" &&
    RB_LIBTORRENT_OPTS="--enable-python-binding"
    sub_depends boost PYTHON
    ;;
    *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
       return 1;;
esac