summaryrefslogtreecommitdiffstats
path: root/xorg-app/xdm/DEPENDS
blob: 2fbe879f836e5931a9a4249c1602820100fbecd5 (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
depends libice &&
depends libpthread-stubs &&
depends libsm &&
depends libx11 &&
depends libxau &&
depends libxaw &&
depends libxcb &&
depends libxdmcp &&
depends libxext &&
depends libxmu &&
depends libxt &&
depends util-macros &&
depends xproto &&

optional_depends  libxft                    \
                  '--with-xft'              \
                  '--without-xft'           \
                  'for Xft font rendering' &&

optional_depends  libxinerama                               \
                  ""                                        \
                  ""                                        \
                  "Someone needs to describe this nicely." &&

optional_depends  libxpm                                    \
                  ""                                        \
                  ""                                        \
                  "Someone needs to describe this nicely." &&

optional_depends  linux-pam                                      \
                  '--with-pam'                                   \
                  '--without-pam'                                \
                  'for Pluggable Authentication Module support'  &&

optional_depends  libselinux \
                  "--with-selinux"  \
                  "--without-selinux"  \
                  "for Security Enhanced Linux support" &&

suggest_depends  xrdb                               \
                 ""                                 \
                 ""                                 \
                 "for a customizable login window"