depends glib2 &&
depends libxml2 &&
depends libxslt &&

optional_depends GETTEXT \
                 "--enable-nls" \
                 "--disable-nls" \
                 "for Native Language Support" &&

optional_depends sqlite \
                 "--enable-system-sqlite" \
                 "--disable-system-sqlite" \
                 "to use system SQLite" &&

optional_depends db \
                 "--with-bdb" \
                 "--without-bdb" \
                 "for Berkeley DB backend support" &&

optional_depends MYSQL \
                 "--with-mysql" \
                 "--without-mysql" \
                 "for MySQL backend support" &&

optional_depends postgresql \
                 "--with-postgres" \
                 "--without-postgres" \
                 "for PostgreSQL backend support" &&

optional_depends FIREBIRD \
                 "--with-firebird" \
                 "--without-firebird" \
                 "for FireBird backend support" &&

optional_depends gnome-keyring \
                 "--with-gnome-keyring" \
                 "--without-gnome-keyring" \
                 "for gnome-keyring support" &&

optional_depends gtk+2 \
                 "--with-ui" \
                 "--without-ui" \
                 "for GTK+ extension and tools" &&

optional_depends gtksourceview \
                 "--with-gtksourceview" \
                 "--without-gtksourceview" \
                 "for using GtkSourceView" &&

optional_depends goocanvas \
                 "--with-goocanvas" \
                 "--without-goocanvas" \
                 "for using GooCanvas" &&

optional_depends graphviz \
                 "--with-graphviz" \
                 "--without-graphviz" \
                 "for using Graphviz" &&

optional_depends unique \
                 "--with-unique" \
                 "--without-unique" \
                 "to use LibUnique to have only one control center" &&

optional_depends libsoup \
                 "--with-libsoup" \
                 "--without-libsoup" \
                 "to enable libsoup support" &&

optional_depends gobject-introspection \
                 "--enable-introspection" \
                 "--disable-introspection" \
                 "to enable introspection for this build" &&

optional_depends rarian \
                 "--enable-scrollkeeper" \
                 "--disable-scrollkeeper" \
                 "to make updates to the scrollkeeper database" &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "to build documentation" &&

optional_depends libgcrypt "" "" "for password entry plugin"
