summaryrefslogtreecommitdiffstats
path: root/doc/htmldoc/DEPENDS
blob: 96c6b740f3a3a1b5795964d5dfbf2a2b298bfd79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
depends openssl                                     &&

optional_depends    "fltk"                          \
                    "--with-gui=yes"                \
                    "--with-gui=no"                 \
                    "for compile with GUI"          &&
                    
optional_depends    "jpeg"                          \
                    "--disable-localjpg"            \
                    "--enable-localjpg"             \
                    "for shared jpeg library use"   &&
                    
optional_depends    "libpng"                        \
                    "--disable-localpng"            \
                    "--enable-localpng"             \
                    "for shared png library use"    &&
                    
optional_depends    "zlib"                          \
                    "--disable-localzlib"           \
                    "--enable-localzlib"            \
                    "for shared zlib library use"