if [ "$GIMP_DEVEL" == "y" ];then
  depends pygtk2
else
  optional_depends pygtk2 "--enable-python" "--disable-python" \
                          "for python scripting support"
fi  &&

depends  gtk+2        &&
depends  libart_lgpl  &&
depends  xml-parser-expat &&

optional_depends  lcms                      \
                  ""                        \
                  ""                        \
                  "for color proof module"  &&

optional_depends  gutenprint                       \
                  ""                               \
                  "--disable-print"                \
                  "to support printing from gimp"  &&

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

optional_depends  libgtkhtml              \
                  ""                      \
                  "--without-libgtkhtml"  \
                  "for GTK help browser"  &&

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

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

# Currently, there is no configure option to disable that, check in the future...
optional_depends  libwmf                                 \
                  ""                                     \
                  ""                                     \
                  "for Windows Metafile Format support"  &&

optional_depends  aalib                            \
                  ""                               \
                  "--without-aa"                   \
                  "for Ascii Art Plugin"
