depends python &&
depends scons &&
depends sdl &&
depends GLUT &&
depends zlib &&
depends jpeg &&

if [[ $OPENAL == y ]]; then
  depends freealut
fi &&

if [[ $OPENEXR == y ]]; then
  depends openexr
fi &&

if [[ $ODE == y ]]; then
  depends ode
fi &&

if [[ $FFMPEG == y ]]; then
  depends LIBAVCODEC
fi &&

optional_depends libpng "" "" "for PNG file support" &&
optional_depends yafray "" "" "for Yafray raytracing"
