depends intltool    &&
depends libx11      &&
depends fontconfig  &&
depends freetype2   &&
depends glib2       &&
depends gtk+2       &&
depends atk         &&
depends pango       &&

optional_depends OPENGL                                  \
                 "--with-glX" "--without-glX"            \
                 "Enable drawing with glX?"              &&

optional_depends pygtk2                                  \
                 "--enable-python" "--disable-python"    \
                 "to build python bindings for vte"      &&

if is_depends_enabled $SPELL pygtk2; then
  depends python
fi &&

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

depends cairo &&
depends gdk-pixbuf2 &&
depends harfbuzz &&
depends libpng &&
depends libxext &&
depends pixman
