summaryrefslogtreecommitdiffstats
path: root/http/icecat/DEPENDS
blob: e0e2b3115257d9b0d19515a4efe565fc705b96ff (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
depends  g++                   &&
depends  zip                   &&
depends  glib2                 &&
depends  xorg-libs  "--with-x"  &&

case $ICECAT_RENDER in
  cairo) depends  cairo  ;;
  libart) depends  libart_lgpl  ;;
  *) true  ;;
esac                           &&

case $ICECAT_TOOLKIT in
  gtk) depends gtk+  ;;
  gtk2) depends gtk+2 ;;
  qt-x11) depends qt-x11 ;;
  *) true ;;
  
esac                 	      &&

optional_depends  libxft             \
                  ""                 \
                  "--disable-xft"    \
                  "for Xft support"  &&

optional_depends  libxinerama             \
                  "--enable-xinerama"     \
                  ""                      \
                  "for Xinerama support"

optional_depends  freetype2                \
                  ""                       \
                  "--disable-freetype2"    \
                  "for FreeType2 support"  &&

optional_depends  gnome-vfs2              \
                  ""                      \
                  "--disable-gnomevfs"    \
                  "for GnomeVFS support"  &&

optional_depends  JPEG                  \
                  "--with-system-jpeg"  \
                  ""                    \
                  "for system jpeg"     &&

optional_depends  libgnomeui                \
                  ""                        \
                  "--disable-gnomeui"       \
                  "for libgnomeui support"  &&

optional_depends  libpng               \
                  "--with-system-png"  \
                  ""                   \
                  "for system png"     &&

optional_depends  nspr                  \
                  "--with-system-nspr"  \
                  ""                    \
                  "for system NSPR"     &&

optional_depends  openldap            \
                  ""                  \
                  "--disable-ldap"    \
                  "for LDAP support"  &&

optional_depends  pango                               \
                  "--enable-pango"                    \
                  ""                                  \
                  "for Pango font rendering support"  &&

optional_depends  POSTSCRIPT-INTERPRETER             \
                  ""                                 \
                  "--disable-postscript"             \
                  "for PostScript printing support"  &&

optional_depends  zlib                  \
                  "--with-system-zlib"  \
                  ""                    \
                  "for system libz"