depends gtk+2 &&
depends libart_lgpl &&
depends xml-parser-expat &&
depends libglade2 &&
depends gegl &&
depends intltool &&

optional_depends poppler \
                 "--with-poppler" \
                 "--without-poppler" \
                 "for pdf support" &&

optional_depends lcms \
                 "--with-lcms" \
                 "--without-lcms" \
                 "for color proof module" &&

optional_depends libwmf \
                 "--with-wmf" \
                 "--without-wmf" \
                 "for Windows Metafile Format support" &&

optional_depends pygtk2 \
                 "--enable-python" \
                 "--disable-python" \
                 "for python support" &&

optional_depends dbus-glib \
                 "--with-dbus" \
                 "--without-dbus" \
                 "for D-Bus support" &&

optional_depends hal \
                 "--with-hal" \
                 "--without-hal" \
                 "for HAL support" &&

optional_depends gvfs \
                 "--with-gvfs" \
                 "--without-gvfs" \
                 "for GIO/GVfs support" &&

optional_depends gnome-vfs2 \
                 "--with-gnomevfs" \
                 "--without-gnomevfs" \
                 "for gnomevfs support" &&

optional_depends tiff \
                 "--with-libtiff" \
                 "--without-libtiff" \
                 "for TIFF support" &&

optional_depends JPEG \
                 "--with-libjpeg" \
                 "--without-libjpeg" \
                 "for JPEG support" &&

optional_depends libexif \
                 "--with-libexif" \
                 "--without-libexif" \
                 "for EXIF jpeg tag support" &&

optional_depends webkitgtk \
                 "--with-webkit" \
                 "--without-webkit" \
                 "for WebKit-based help browser plugin" &&

optional_depends librsvg2 \
                 "--with-librsvg" \
                 "--without-librsvg" \
                 "for SVG import/export support" &&

optional_depends libpng \
                 "--with-libpng" \
                 "--without-libpng" \
                 "for PNG support" &&

optional_depends libmng \
                 "--with-libmng" \
                 "--without-libmng" \
                 "for MNG animations support" &&

optional_depends curl \
                 "--with-libcurl" \
                 "--without-libcurl" \
                 "for curl support" &&

optional_depends aalib \
                 "--with-aa" \
                 "--without-aa" \
                 "for ASCII Art Plugin" &&

optional_depends alsa-lib \
                 "--with-alsa" \
                 "--without-alsa" \
                 "for alsa support in midi input controller" &&

optional_depends MAIL-TRANSPORT-AGENT \
                 "--with-sendmail=$INSTALL_ROOT/usr/lib" \
                 "--without-sendmail" \
                 "for MTA used by mail plug-in" &&

optional_depends gettext \
                 "--enable-nls" \
                 "--disable-nls" \
                 "for Native Language Support" &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "to use gtk-doc to build documentation"
