depends  libtool    "--disable-ltdl-install"  &&
depends  freetype2                            &&

optional_depends  graphviz                \
                  "--with-gvc"            \
                  "--without-gvc"         \
                  "for dot file support"  &&

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

optional_depends  X11-LIBS                                                \
                  ""                                                      \
                  ""                                                      \
                  "To support X display and auto some other dependecies"  &&

if  [  "$(get_spell_provider  $SPELL  X11-LIBS)"  ==  "xorg-server"  ];  then
  depends  libxrender
fi  &&

message  "If you are going to install cups, choose espgs instead of ghostscript."  &&

optional_depends  POSTSCRIPT-INTERPRETER                      \
                  ""                                          \
                  ""                                          \
                  "for generating Postscript and PDF output"  &&

optional_depends  libwmf                                 \
                  "--with-wmf=yes"                       \
                  "--with-wmf=no"                        \
                  "for Windows Metafile Format support"  &&

optional_depends  lcms                                    \
                  "--with-lcms=yes"                       \
                  "--with-lcms=no"                        \
                  "for speed optimized color management"
