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

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

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

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

optional_depends  "gimp-print"                                         \
                  "--with-gimp-print"                                  \
                  ""                                                   \
                  "for including the GIMP-print (stp) driver support"
