depends lcms &&
depends glib2 &&
if [[ "$UFRAW_CVS" == "y" ]]; then
  depends CVS
fi &&

optional_depends gtk+2 \
               "--with-gtk" \
               "--without-gtk" \
               "Build GTK UI" &&
if is_depends_enabled $SPELL gtk+2 ; then
depends gtkimageview
fi &&
optional_depends gimp \
               "--with-gimp" \
               "--without-gimp" \
               "Build 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 \
               "" \
               "" \
               "for exif support" &&
optional_depends lensfun \
               "" \
               "" \
               "lensfun support" &&
optional_depends cfitsio \
               "" \
               "" \
               "for FITS format support"

