depends ORBit2
depends zip
depends unzip
depends gtk+-2

optional_depends "Python"           ""  ""  "Needed to do a Profile Guided Optimization build"
optional_depends "gnome-vfs"        ""  ""  "For Gnome VFS support"
optional_depends "hunspell"         "--enable-system-hunspell"  "--disable-system-hunspell"  "For spelling support"

# $OPTS is ignored in this BUILD
optional_depends "libevent"         ""  ""  "For event detection"
optional_depends "dbus-glib"        ""  ""  "For dbus support"
optional_depends "libffi" "" "" "Use system libffi instead of compiling the one in firefox"

optional_depends "startup-notification"  "--enable-startup-notification"  ""  \
                 "To enable startup notification"

optional_depends "libnotify"  "--enable-libnotify"  "--disable-libnotify"  \
                 "To enable libnotify support"

optional_depends "openldap"  "--enable-ldap"  "--disable-ldap"  \
                 "To enable ldap support"

optional_depends "%GECKO_RENDERER"  "--with-system-libxul --with-libxul-sdk=/usr/lib/xulrunner-devel-$XUL"  ""  \
                 "To use system xulrunner"

optional_depends "nspr"  "--with-system-nspr"  ""  \
                "To use system nspr"

optional_depends "nss"  "--with-system-nss"  ""  \
                 "To use system nss"
