depends  fontconfig  &&
depends  X11-LIBS    &&
depends  automake    &&
depends  glib2       &&
depends  cairo       &&

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

if ! spell_ok g++ ; then
   depends gtk-doc
else
   optional_depends gtk-doc                            \
                    "--enable-gtk-doc"                 \
                    "--disable-gtk-doc"                \
                    "Build documentation with gtk-doc"
fi

#
# For DirectFB support with gtk+-directfb
#
#optional_depends  X11-LIBS                 \
#                  "--with-x"               \
#                  "--without-x"            \
#                  "for X library support"
