summaryrefslogtreecommitdiffstats
path: root/display/qingy/DEPENDS
blob: 17ff32615f6e8df2098a3bda66173cb984bed3f5 (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
if [[ "$QINGY_CRYPTO" == 'openssl' ]]; then
  depends openssl
elif  [[ "QINGY_CRYPTO" == 'libgcrypt' ]]; then
  depends libgcrypt
fi  &&

depends directfb &&
# according to configure it _should_ be optional, but isn't
# contacting the author about it...
#optional_depends  directfb  
#                  '--enable-directFB-support' \
#                  '--disable-directFB-support' \
#                  'For DirectFB graphics' &&

optional_depends  xorg-server         \
                  ''                 \
                  ''                 \
                  'For X sessions'   &&

if is_depends_enabled $SPELL xorg-server
then
  depends  libxscrnsaver
fi  &&


optional_depends  gpm                   \
                  '--enable-gpm-lock'   \
                  '--disable-gpm-lock'  \
                  'Gpm mouse support'   &&

optional_depends  shadow                         \
                  '--enable-shadow'              \
                  '--disable-shadow'             \
                  'for shadow password support'  &&

optional_depends  linux-pam          \
                  '--enable-pam'     \
                  '--disable-pam'    \
                  'for PAM support'  &&

optional_depends  emacs                          \
                  '--enable-emacs'               \
                  '--disable-emacs'              \
                  'to compile emacs major mode'