depends  glib2             &&
depends  libxslt           &&
depends  xml-parser-expat  &&

optional_depends  db                              \
                  "--with-bdb"                    \
                  "--without-bdb"                 \
                  "Enable DB Support"             &&

optional_depends  unixodbc                        \
                  "--with-odbc"                   \
                  "--without-odbc"                \
                  "Enable Unix ODBC Support"      &&

optional_depends  mysql                           \
                  "--with-mysql"                  \
                  "--without-mysql"               \
                  "Enable MySQL DB Support"       &&

optional_depends  postgresql                      \
                  "--with-postgresql"             \
                  "--without-postgresql"          \
                  "Enable Postgresql DB Support"  &&

optional_depends  xbase                           \
                  "--with-xbase"                  \
                  "--without-xbase"               \
                  "Enable Xbase DB Support"       &&

optional_depends  firebird                        \
                  "--with-firebird"               \
                  "--without-firebird"            \
                  "Enable Firebird DB Support"    &&

optional_depends  sqlite                          \
                  "--with-sqlite"                 \
                  "--without-sqlite"              \
                  "Enable SQLite DB Support"      &&

optional_depends  openldap                        \
                  "--with-ldap"                   \
                  "--without-ldap"                \
                  "Enable LDAP DB Support"        &&

optional_depends  "gtk-doc"                       \
                  "--enable-gtk-doc"              \
                  "--disable-gtk-doc"             \
                  "Build gtk-doc documentation"
