depends -sub CXX gcc    &&
depends slibtool LIBTOOL=slibtool-shared &&
depends opensp &&
depends PKG-CONFIG &&

optional_depends doxygen \
                 "--enable-doxygen" \
                 "--disable-doxygen" \
                 "to build documentation" &&

optional_depends curl \
                 "--with-libcurl" \
                 "--without-libcurl" \
                 "to build ofxconnect examples (${MESSAGE_COLOR}also requires libxml++${DEFAULT_COLOR})" &&

if is_depends_enabled $SPELL curl; then
  depends libxml++
fi
