depends -sub CXX gcc                                                &&
depends gtk+2                                              &&
depends xml-parser-expat                                   &&
optional_depends nrcit                                     \
                 ""                                        \
                 ""                                        \
                 "GTK+Webcore supported renderer"          &&
if [[ "${KZ_SCM}" == "y" ]]
then
  depends subversion
fi                                                         &&

depends GECKO                                              &&


optional_depends webkitgtk                                 \
                 ""                                        \
                 ""                                        \
                 "WebKitGtk Layout Engine"                 &&
optional_depends gnutls                                    \
                 "--enable-ssl"                            \
                 "--disable-ssl"                           \
                 "TLS/SSL Support"                         &&
optional_depends ruby-gtk2                                 \
                 "--with-ruby=${TRACK_ROOT}/usr/bin/ruby"  \
                 "--without-ruby"                          \
                 "Ruby extensions support"                 &&
optional_depends hyperestraier                             \
                 "--with-search-engine=hyperestraier"      \
                 ""                                        \
                 "History indexing support"

