summaryrefslogtreecommitdiffstats
path: root/graphics/openvrml/DEPENDS
blob: 072fe518c9faa0a9b17431efce9c28dcb93e3964 (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
33
34
35
36
depends  g++     &&
depends  boost   &&
depends  sdl     &&
depends  zlib    &&
depends  libpng  &&
depends  JPEG    &&

if  [  "$OPENVRML_JS_OPTION"     ==  '--enable-script-node-javascript'  -o  \
       "$OPENVRML_JAVA_OPTION"   ==  '--enable-script-node-java'        ];  then
  depends  JAVA             ''  ''  'z-rejected'  &&
  depends  MOZILLA-BROWSER
fi  &&

if  [  "$OPENVRML_TEXT_OPTION"  ==  '--enable-text-node'  ];  then
  depends  fontconfig
fi  &&

if  [  "$OPENVRML_MOZILLA_PLUGIN"  ==  '--enable-mozilla-plugin'  ];  then
  depends  MOZILLA-BROWSER  &&
  depends  gtk+2
fi  &&

optional_depends  gzip                         \
                  "--enable-gzip"              \
                  "--disable-gzip"             \
                  "for GZIPped world support"  &&

optional_depends  OPENGL                   \
                  "--enable-gl-renderer"   \
                  "--disable-gl-renderer"  \
                  "for OpenGL renderer"    &&

optional_depends  doxygen                    \
                  ''                         \
                  ''                         \
                  'for extra documentation'