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

optional_depends  perl                    \
                  "--with-perl"           \
                  "--without-perl"        \
                  "for PerlMagick"        &&

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"  &&

. $GRIMOIRE/FUNCTIONS  &&
if check_if_xorg_modular_libs; then
  depends  libxrender
fi  &&

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"
