depends  libmikmod  &&
depends  libogg     &&
depends  libvorbis  &&
depends  sdl        &&
depends  sdl_image  &&
depends  zlib       &&

if [[ "$UQM_ACCEL" == "asm" ]]
then
depends  nasm
fi                  &&
if [[ "$UQM_SOUND" == "openal" ]]
then
depends  OPENAL
fi                  &&
if [[ "$UQM_SOUND" == "mixsdl" ]]
then
depends  sdl_mixer
fi                  &&
if [[ "$UQM_GRAPHICS" == "opengl" ]]
then
depends  OPENGL
fi
