depends  autoconf     &&
depends  automake     &&
depends  curl         &&
depends -sub CXX gcc  &&
depends  libnotify    &&
depends  SSL          &&
depends  psmisc       &&
depends  zlib         &&

if [[ "x${BOINC_PARTS}" != 'xserver' ]]; then
  optional_depends  wxgtk                                          \
                    '--enable-manager --with-wx-config=wx-config'  \
                    '--disable-manager'                            \
                    'for wxGTK-based GUI'
fi  &&

if [[ "x${BOINC_SCM}" == 'xy' ]]; then
  depends  git
fi  &&

if [[ "x${BOINC_PARTS}" == 'xboth' || "x${BOINC_PARTS}" == 'xserver' ]]; then
  depends  MYSQL 'MYSQL_CONFIG=mysql_config'
fi
