summaryrefslogtreecommitdiffstats
path: root/graphics/brlcad/DEPENDS
blob: 05fdd85ff55a250fe6ffbb6bcb4945770f9168ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
depends  bison     &&
depends  gawk      &&
depends  flex      &&
depends  ncurses   &&
optional_depends  zlib  '--enable-zlib-build'  '--disable-zlib-build'  'for compression support'  &&
optional_depends  libpng  '--enable-png-build'  '--disable-png-build'  'for png support'  &&
optional_depends  X11-LIBS  '--with-x'  '--without-x'  'for X11 support'  &&
optional_depends  OPENGL  '--with-ogl'  '--without-ogl'  'for OpenGL support'  &&
optional_depends  JDK  '--with-jdk'  '--without-jdk'  'for rtserver support'  &&
optional_depends  tcl  '--with-tcl=/usr/lib'  '--without-tcl'  'for tcl support'  &&
optional_depends  tk  '--with-tk=/usr/lib'  '--without-tk'  'for tk support'  &&
if is_depends_enabled $SPELL tk; then
  optional_depends  tkhtml3  '--enable-tkhtml-build'  '--disable-tkhtml-build'  'for tkhtml support'  &&
  optional_depends  tkimg  '--enable-tkpng-build'  '--disable-tkpng-build'  'for tkpng support'
fi  &&
optional_depends  docbook-utils  '--enable-documentation'  '--disable-documentation'  'install docs?'