depends  libpng                 &&
depends  zlib                   &&
depends  jpeg                   &&
depends  ghostscript-fonts-std  &&

if  [[  "$GS_LIBGS"  ==  y  ]];  then
  depends  gtk+2
fi                                                                     &&

optional_depends  "X11-LIBS"                                           \
                  "--with-x"                                           \
                  "--without-x"                                        \
                  "for x11 devices"                                    &&

optional_depends  "ghostscript-fonts-other"                            \
                  ""                                                   \
                  ""                                                   \
                  "for additional fonts"                               &&

optional_depends  "jasper"              \
                  "--with-jasper"       \
                  "--without-jasper"    \
                  "JPEG 2000 support"
