depends  cairo      &&
depends  confuse    &&
depends  pkgconfig  &&
depends  X11-LIBS   &&

message "Awesome depends on either Imlib2 or gtk+2,"           &&
message "If you say y to both, it will build with GTK+2"       &&
optional_depends imlib2 '' '' 'Build against imlib2?'          &&
optional_depends gtk+2 '--with-gtk' '' 'Build against GTK+2?'  &&

optional_depends xmlto '' '' 'For manpage generation'       &&
optional_depends asciidoc '' '' 'Create the manpage?'       &&
optional_depends doxygen '' '' 'Create the developer docs?' &&
 
. $GRIMOIRE/FUNCTIONS  &&

if  check_if_xorg_modular_libs;  then
  depends  libxft       &&
  depends  libxinerama  &&
  depends  libxrandr
fi
