depends  libtool    &&
depends  pkgconfig  &&
depends  g++        &&
depends  gtkmm2     &&

optional_depends  alsa-lib            \
                  "--with-alsa"       \
                  "--without-alsa"    \
                  "for ALSA support"  &&

optional_depends  JACK-DRIVER         \
                  "--with-jack"       \
                  "--without-jack"    \
                  "for JACK support"  &&

optional_depends  libsndfile                 \
                  "--with-sndfile"           \
                  "--without-sndfile"        \
                  "for .wav output support"
