summaryrefslogtreecommitdiffstats
path: root/mobile/libopensync/PRE_SUB_DEPENDS
blob: 2a3949ccaa0179cf89d72845cbe308139e003fcb (plain) (blame)
1
2
3
4
5
case $THIS_SUB_DEPENDS in
     PYTHON) is_depends_enabled $SPELL python && is_depends_enabled $SPELL swig ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
   return 1;;
esac