depends gtk+2   &&
depends gconf2  &&
depends libxml2 &&

optional_depends gobject-introspection             \
                 "--enable-introspection"          \
                 "--disable-introspection"         \
                 "to enable GObject introspection" &&

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

if is_depends_enabled $SPELL gtk-doc; then
optional_depends rarian                            \
                 '--enable-scrollkeeper'           \
                 '--disable-scrollkeeper'          \
                 'Register with rarian?'
fi
