depends glib2 &&
depends libgsf &&
depends xml-parser-expat &&
depends -sub "PS PDF SVG" cairo &&

if [ "$GOFFICE_BACKEND" == "gsettings" ]; then
   depends dconf "--with-config-backend=gsettings"
fi

optional_depends gtk+3 \
                 "--with-gtk" \
                 "--without-gtk" \
                 "build the UI?" &&

optional_depends gobject-introspection               \
                 "--enable-introspection"            \
                 "--disable-introspection"           \
                 "Build with introspection support?" &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "build gtk-doc files?"

