if [ "$SYLPHEED_GTK2" == "y" ]; then
  depends GTK2
else
  depends gtk+  &&
  optional_depends  "gdk-pixbuf"  ""  ""  "for built-in image view support"
fi &&
optional_depends  "compface"    ""  ""  "for X-Face support"               &&

optional_depends  "jpilot"               \
                  "--enable-jpilot"      \
                  ""                     \
                  "for jpilot support"   &&

optional_depends  "openldap"             \
                  "--enable-ldap"        \
                  ""                     \
                  "for ldap support"     &&

optional_depends  "gpgme"                \
                  "--enable-gpgme"       \
                  "--disable-gpgme"      \
                  "for encrypted email"  &&

optional_depends  "openssl"              \
                  "--enable-ssl"         \
                  ""                     \
                  "for ssl support"      &&

optional_depends  "gtkspell"             \
                  " --enable-gtkspell"   \
                  "--disable-gtkspell"   \
                  "for spell checking"
