depends gtk+2  &&
depends lcms  &&
depends gtkimageview  &&
if [ "$UFRAW_CVS" == "y" ]; then
  depends CVS
fi &&

optional_depends gimp              \
               "--with-gimp"       \
               "--without-gimp"    \
               "for gimp plugin"   &&
optional_depends cinepaint            \
               "--with-cinepaint"     \
               "--without-cinepaint"  \
               "for cinepaint plugin" &&
optional_depends jpeg          \
               ""              \
               ""              \
               "for jpeg support"  &&
optional_depends tiff          \
               ""              \
               ""              \
               "for tiff support"  &&
optional_depends exiv2             \
               "--with-exiv2"      \
               "--without-exiv2"   \
               "for exif support"  &&
optional_depends lensfun           \
               "--with-lensfun"    \
               "--without-lensfun" \
               "lensfun support"   &&
optional_depends cfitsio           \
               ""                  \
               ""                  \
               "for FITS format support" 
