summaryrefslogtreecommitdiffstats
path: root/x11/xscreensaver/DEPENDS
blob: c670f759721d600c9589fd246ae2f321d6fb9aba (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
depends  bc        &&
depends  zlib      &&
depends  xorg-libs  &&

message  "${MESSAGE_COLOR}The xscreensaver demo program allows you to"    \
         "browse among the different effects available in xscreensaver."  \
         "${DEFAULT_COLOR}"                                               &&
optional_depends  libglade2 '' '' 'Enable xscreensaver demo?'             &&

optional_depends  linux-pam                                     \
                  "--with-pam"                                  \
                  "--without-pam"                               \
                  "for Pluggable Authentication Modules (PAM)"  &&

optional_depends  krb5                                          \
                  "--with-kerberos"                             \
                  "--without-kerberos"                          \
                  "for Kerberos authentication support"         &&

optional_depends  shadow                                        \
                  "--with-shadow"                               \
                  "--without-shadow"                            \
                  "for shadow password authentication support"  &&

optional_depends  gdm2                                          \
                  "--with-login-manager"                        \
                  "--without-login-manager"                     \
                  "for login manager support"                   &&

optional_depends  libgnome                                      \
                  ""                                            \
                  ""                                            \
                  "use gnome-open to open stuff?"               &&

optional_depends  GLUT                                          \
                  "--with-gl"                                   \
                  "--without-gl"                                \
                  "for OpenGL/GLUT screensavers"                &&

optional_depends  libgle                                        \
                  "--with-gle"                                  \
                  "--without-gle"                               \
                  "Enable GLE OpenGL tubing and extrusion"      &&

optional_depends  fortune                                       \
                  "--with-fortune"                              \
                  "--without-fortune"                           \
                  "for fortune text messages" "games"           &&

optional_depends  GTK2                                          \
                  "--with-gtk --with-pixbuf"                    \
                  "--without-gtk --without-pixbuf"              \
                  "for GDK-Pixbuf image support and a gtk interface" &&

optional_depends  libxpm                                        \
                  "--with-xpm"                                  \
                  "--without-xpm"                               \
                  "Include support for XPM files? (Not needed if Pixbuf is used)?" &&

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

optional_depends  WEB-BROWSER                                   \
                  ""                                            \
                  ""                                            \
                  "Which browser to use for help"               &&

optional_depends  libxext                                              \
                  "--with-dpms-ext --with-xshm-ext --with-xdbe-ext"    \
                  "--without-dpms-ext --with-xshm-ext --with-xdbe-ext" \
                  "Enable power mgmt, shared mem and double buffer support?" &&

optional_depends  libxrandr                                     \
                  "--with-randr-ext"                            \
                  "--without-randr-ext"                         \
                  "Include support for the X Resize+Rotate extension?" &&

optional_depends  libxinerama                                   \
                  "--with-xinerama-ext"                         \
                  "--without-xinerama-ext"                      \
                  "Enable Xinerama multihead support?"          &&

suggest_depends  xplanet                                        \
                  ""                                            \
                  ""                                            \
                  "support for xplanet screensaver"             &&
suggest_depends  xsnow                                          \
                  ""                                            \
                  ""                                            \
                  "support for xsnow screensaver"               &&
suggest_depends  xmountains                                     \
                  ""                                            \
                  ""                                            \
                  "support for xmountains screensaver"          &&
suggest_depends  xearth                                         \
                  ""                                            \
                  ""                                            \
                  "support for xearth screensaver"              &&
suggest_depends  xdaliclock                                     \
                  ""                                            \
                  ""                                            \
                  "support for xdaliclock screensaver"          &&
suggest_depends  electricsheep                                  \
                  ""                                            \
                  ""                                            \
                  "support for ElectricSheep screensaver"