summaryrefslogtreecommitdiffstats
path: root/graphics/blender_cvs/DEPENDS
blob: 21b1352f188f8a12747bee1f3062f7dee504ad8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
depends  scons    && #for building it.
depends  sdl      &&
depends  GLUT     &&
depends  zlib     &&
depends  python   &&
depends  OPENAL   &&
depends  JPEG     &&

optional_depends  libpng                  \
                  ""                      \
                  ""                      \
                  "for PNG file support"  &&

optional_depends  MOZILLA-BROWSER               \
                  "--enable-blenderplugin"      \
                  "--disable-blenderplugin"     \
                  "for Mozilla plugin support"  &&

optional_depends  libogg                  \
                  ""                      \
                  ""                      \
                  "for OGG file support"  &&

optional_depends  libvorbis                  \
                  ""                         \
                  ""                         \
                  "for Vorbis file support"

optional_depends  ode                           \
                  "--enable-gameblender"        \
                  "--disable-gameblender"       \
                  "for the GameBlender engine"