summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird/DEPENDS
blob: 4e5ce86f89ccb4012fd1185e22d19364ef41522b (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
depends  g++                                                                 &&
depends  nspr    '--with-system-nspr'                                        &&
depends  nss     '--with-system-nss'                                         &&
depends  zlib    '--with-system-zlib'                                        &&
depends  JPEG    '--with-system-jpeg'                                        &&
depends  libidl                                                              &&
depends  libpng  '--with-system-png'                                         &&
depends  libmng  '--with-system-mng'                                         &&
depends  perl                                                                &&
depends  zip                                                                 &&
depends  gtk+2                                                               \
         '--enable-xft  --disable-freetype2  --enable-default-toolkit=gtk2'  &&
#
# LDAP support doesn't work (fails to build)
#
#optional_depends  openldap            \
#                  "--enable-ldap"     \
#                  "--disable-ldap"    \
#                  "for LDAP support"  &&

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

optional_depends  cairo                                  \
                  "--enable-system-cairo                 \
                   --enable-default-toolkit=cairo-gtk2"  \
                  ""                                     \
                  "for native SVG rendering"             &&

optional_depends  startup-notification  \
                  '--enable-startup-notification' \
                  '--disable-startup-notification' \
                  'for startup notifications'      &&

optional_depends  'wireless_tools' \
                  '--enable-necko-wifi' \
                  '--disable-necko-wifi' \
                  'for Necko WiFi scanning'