depends automake          &&
# one should be able to disable this, for now force depend
depends gettext           &&
depends glib2             &&
depends zlib              &&
depends libxml2           &&
depends pkgconfig         &&
depends xml-parser-expat  &&

optional_depends bzip2                                \
                 "--with-bz2"                         \
                 "--without-bzip2"                    \
                 "Build additional wrappers for BZ2"  &&

optional_depends gnome-vfs2                           \
                 "--with-gnome"                       \
                 "--without-gnome"                    \
                 "For gnome support"                  &&

optional_depends pyorbit                              \
                 ""                                   \
                 ""                                   \
                 "Enable ORBit2/python option"        &&

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