case $THIS_SUB_DEPENDS in
   DEVEL) return 0;;
   VAPIGEN) if [[ "$VALA_VAPIGEN" == "--enable-vapigen" ]]; then return 0; fi;;
esac
return 1
