# note: the --audio-* switches aren't real configure switches, they're
# parsed out into a different variable in BUILD
optional_depends "alsa-lib"  "--audio-alsa --enable-alsaseq"  ""  "for alsa output"  &&
optional_depends "JACK-DRIVER" "--audio-jack" "" "for jack output"  &&
optional_depends "nas" "--audio-nas" "" "for NAS output"  &&
optional_depends "esound" "--audio-esd" "" "for ESD output" &&
optional_depends "libvorbis" "--audio-vorbis" "" "for ogg/vorbis output"  &&

optional_depends  "ncurses"  "--enable-ncurses=dynamic"  "--disable-ncurses"  "for ncurses interface"  &&
optional_depends  "MOTIF"  "--enable-motif=dynamic"  "--disable-motif"  "for motif interface"  &&
optional_depends  "EMACS"  "--enable-emacs=dynamic"  "--disable-emacs"  "for emacs interface"  &&
optional_depends  "gtk+2"  "--enable-gtk=dynamic"  "--disable-gtk"  "for gtk interface"  &&
optional_depends  "tk"  "--enable-tcltk=dynamic"  "--disable-tcltk"  "for tcltk interface"  &&
optional_depends  "libxaw"  "--enable-xaw=dynamic"  "--without-x"  "for X interface"
if is_depends_enabled $SPELL libxaw;then
  depends libx11  &&
  depends libxext &&
  depends libxmu  &&
  depends libxt
fi &&
suggest_depends   freepats '' '' 'PATCHES for drum sounds'
