summaryrefslogtreecommitdiffstats
path: root/graphics-libs/vigra/DEPENDS
blob: 1a95c47489e9365f0a346a1ae3ecb417784ddc77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
depends  g++  &&

optional_depends  fftw                \
                  "--with-fftw"       \
                  "--without-fftw"    \
                  "to support fast Fourier transforms"  &&
optional_depends  jpeg                \
                  "--with-jpeg"       \
                  "--without-jpeg"    \
                  "for jpeg support"  &&
optional_depends  libpng              \
                  "--with-png"        \
                  "--without-png"     \
                  "for png support"   &&
optional_depends  tiff                \
                  "--with-tiff"       \
                  "--without-tiff"    \
                  "for tiff support"  &&
optional_depends  zlib                \
                  "--with-zlib"       \
                  "--without-zlib"    \
                  "for using zlib compression library"