summaryrefslogtreecommitdiffstats
path: root/http/mapserver/DEPENDS
blob: d3f4b551ebc7b17e36363976252e53a38b99bf25 (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
depends libpng &&
depends freetype2 &&
depends gd &&
depends zlib &&
depends curl &&
optional_depends proj \
                 "--with-proj" \
                 "--without-proj" \
                 "projection support" &&
optional_depends agg \
                 "--with-agg" \
                 "--without-agg" \
                 "enable high quality antialiased output for vector data" &&
#optional_depends gdal \
#                 "--with-gdal" \
#                 "--without-gdal" \
#                 "provides access to at least 42 different raster formats" &&
#optional_depends ogr \
#                 "--with-ogr" \
#                 "--without-ogr" \
#                 "provides access to at least 18 different vector formats" &&
optional_depends tiff \
                 "--with-tiff" \
                 "--without-tiff" \
                 "tiff reading support" &&
optional_depends jpeg \
                 "--with-jpeg" \
                 "--without-jpeg" \
                 "JPEG rendering support"