summaryrefslogtreecommitdiffstats
path: root/http/netsurf/DEPENDS
blob: 788f1e51f3d9b09949f726095da8aa005318f8a3 (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
37
38
39
40
41
42
43
44
depends libxml2 &&
depends gtk+2 &&
depends libglade2 &&
depends lcms &&
depends freetype2 &&
depends curl &&
depends re2c &&
depends lemon &&
depends openssl &&
depends hubbub &&
#optional
optional_depends libnsbmp \
                 "NETSURF_USE_BMP=YES" \
                 "NETSURF_USE_BMP=NO" \
                 "for displaying BMPs and ICOs" &&
optional_depends libnsgif \
                 "NETSURF_USE_GIF=YES" \
                 "NETSURF_USE_GIF=NO" \
                 "for displaying GIFs" &&
optional_depends JPEG \
                 "NETSURF_USE_JPEG=YES" \
                 "NETSURF_USE_JPEG=NO" \
                 "for displaying JPEGs" &&
optional_depends libpng \
                 "NETSURF_USE_PNG=YES" \
                 "NETSURF_USE_PNG=NO" \
                 "for displaying PNGs" &&
optional_depends libmng \
                 "NETSURF_USE_MNG=YES" \
                 "NETSURF_USE_MNG=NO" \
                 "for displaying MNGs, JNGs, PNGs" &&
optional_depends libharu2-scm \
                 "NETSURF_USE_HARU_PDF=YES" \
                 "NETSURF_USE_HARU_PDF=NO" \
                 "for PDF export and GTK printing support" &&
optional_depends librsvg2 \
                 "NETSURF_USE_RSVG=YES" \
                 "NETSURF_USE_RSVG=NO" \
                 "for displaying SVGs" &&
optional_depends librosprite \
                 "NETSURF_USE_ROSPRITE=YES" \
                 "NETSURF_USE_ROSPRITE=NO" \
                 "for displaying RISC OS Sprites"