summaryrefslogtreecommitdiffstats
path: root/graphics/dcmtk/DEPENDS
blob: cd1540e14a2a17261af12ab10fd8868331cb5103 (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
optional_depends tiff \
                 --with{,out}-libtiff \
                 "for TIFF support" &&

optional_depends libpng \
                 --with{,out}-libpng \
                 "for PNG support" &&

optional_depends libxml2 \
                 --with{,out}-libxml \
                 "for XML meta-data?" &&

optional_depends zlib \
                 --with{,out}-zlib \
                 "for Zlib compression?" &&

optional_depends SSL \
                 --with{,out}-openssl \
                 "for DICOM security extensions" &&

optional_depends libsndfile \
                 --with{,out}-libsndfile \
                 "for Sound support" &&

optional_depends tcp_wrappers \
                 --with{,out}-libwrap \
                 "TCP wrapper access control"