source  $GRIMOIRE/FUNCTIONS  &&

if  check_if_xorg_modular_libs  ;  then
optional_depends libxpm '--with-xpm' '--without-xpm' 'Enable xpm support'
fi &&

depends zlib &&
optional_depends libpng '--with-png' '--without-png' 'Enable png support'                          &&
optional_depends jpeg '--with-jpeg' '--without-jpeg' 'Enable jpeg support'                         &&
optional_depends freetype2 '--with-freetype' '--without-freetype' 'Enable freetype support'        &&
optional_depends fontconfig '--with-fontconfig' '--without-fontconfig' 'Enable fontconfig support' &&
optional_depends X11-LIBS '--with-x' '--without-x' 'for using X11'
