depends  libtool    &&
depends  PKG-CONFIG  &&
depends -sub CXX gcc        &&
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  lash                \
                  "--with-lash"       \
                  "--without-lash"    \
                  "for LASH support"  &&

optional_depends -sub HOST dssi \
                           "--with-dssi" \
                           "--without-dssi" \
                           "to build DSSI plugin" &&

optional_depends lv2 \
                 "--with-lv2" \
                 "--without-lv2" \
                 "to build LV2 plugin" &&

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