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

if  [  "$(get_spell_provider  $SPELL  X11-LIBS)"  ==  "xorg-server"  ];  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"
