summaryrefslogtreecommitdiffstats
path: root/http/links-twibright/DEPENDS
blob: 5bda8f6d673213fb9bca521858040869c7445efa (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
optional_depends  openssl                              \
                  "--with-ssl=/usr"                    \
                  "--without-ssl"                      \
                  "to support secure HTTP (https://)"  &&

optional_depends  zlib                   \
                  "--with-zlib"          \
                  "--without-zlib"       \
                  "Show gzip compressed pages"  &&

optional_depends  bzip2                  \
                  "--with-bzip2"         \
                  "--without-bzip2"      \
                  "Show bzip2 compressed pages"  &&

optional_depends  flex                  \
                  "--with-libfl"        \
                  "--without-libfl"     \
                  "for (javascript) parser support"  &&

# SDL is gone until someone fixes it upstream (check ChangeLog)
#optional_depends  sdl                         \
#                  "--with-sdl"                \
#                  "--without-sdl"             \
#                  "to build with SDL support" &&

optional_depends  fbset                           \
                  "--with-fb  --enable-graphics"  \
                  "--without-fb"                  \
                  "for LinuxFrameBuffer support"  &&

optional_depends  directfb                                               \
                  "--with-directfb  --enable-graphics"                   \
                  "--without-directfb"                                   \
                  "for DirectFB support, non-X text and graphics modes"  &&

optional_depends  svgalib                                                   \
                  "--with-svgalib  --enable-graphics"                       \
                  "--without-svgalib"                                       \
                  "for SVGA support, non-X-Window text and graphics modes"  &&

optional_depends  xorg-libs                       \
                  "--with-x  --enable-graphics"  \
                  "--without-x"                  \
                  "for X11 support"              &&

optional_depends  JPEG                                \
                  "--with-libjpeg"                    \
                  "--without-libjpeg"                 \
                  "for JPEG support in optional GUI"  &&

optional_depends  tiff                                \
                  "--with-libtiff"                    \
                  "--without-libtiff"                 \
                  "for TIFF support in optional GUI"  &&

optional_depends  libpng                             \
                  "--with-libpng"                    \
                  "--without-libpng"                 \
                  "for PNG support in optional GUI"  &&

optional_depends  gpm                          \
                  "--with-gpm"                 \
                  "--without-gpm"              \
                  "for console mouse support"