depends  qt-x11  &&
depends  g++     &&

if [[ $LMMS_VST == "--with-vst" ]]; then
  depends  vst_sdk2_3  ''  ''  z-rejected  &&
  depends  wine
fi

optional_depends  alsa-lib                 \
                  "--with-asound"          \
                  "--without-asound"       \
                  "for ALSA sound output"  &&

optional_depends  sdl                     \
                  "--with-sdl"            \
                  "--without-sdl"         \
                  "for SDL audio output"  &&

optional_depends  sdl_sound                            \
                  "--with-sdlsound"                    \
                  "--without-sdlsound"                 \
                  "for reading samples via SDL_sound"  &&

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

optional_depends  ladspa                \
                  "--with-ladspa"       \
                  "--without-ladspa"    \
                  "for LADSPA support"  &&

optional_depends  libvorbis                          \
                  "--with-vorbis"                    \
                  "--without-vorbis"                 \
                  "for exporting song to OGG files"  &&

optional_depends  flac                                        \
                  "--with-flac"                               \
                  "--without-flac"                            \
                  "for internal encoding/decoding with FLAC"  &&

optional_depends  libsndfile                            \
                  "--with-libsf"                        \
                  "--without-libsf"                     \
                  "for importing files via libsndfile"  &&

optional_depends  libsamplerate       \
                  "--with-libsrc"     \
                  "--without-libsrc"  \
                  "for resampling via libsamplerate"
