summaryrefslogtreecommitdiffstats
path: root/editors/emacs/DEPENDS
blob: 895294f3006f4bfb455b423d73f1df5e6fbdba99 (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
optional_depends "xaw3d"                               \
                 ""                                    \
                 ""                                    \
                 "for fancy 3D-style scroll bars"      &&

optional_depends "imlib"                               \
                 ""                                    \
                 ""                                    \
                 "lets Emacs use its own color allocation functions" &&

optional_depends "libpng"                              \
                 "--with-png"                          \
                 "--without-png"                       \
                 "for PNG format support"              &&

optional_depends "JPEG"                                \
                 "--with-jpeg"                         \
                 "--without-jpeg"                      \
                 "for JPEG format support"             &&

optional_depends "tiff"                                \
                 "--with-tiff"                         \
                 "--without-tiff"                      \
                 "for TIFF format support"             &&

optional_depends giflib                                \
                 "--with-gif"                          \
                 "--without-gif"                       \
                 "for GIF format support"              &&

optional_depends "gpm"                                 \
                 "--with-gpm"                          \
                 "--without-gpm"                       \
                 "for mouse support on a GNU/Linux console"  &&

optional_depends "gtk+2"                               \
                 "--with-x-toolkit=gtk"                \
                 ""                                    \
                 "for GTK+2 look"                      &&

if [ "$CVS" == "y" ]; then
depends CVS
fi