summaryrefslogblamecommitdiffstats
path: root/display/qingy/DEPENDS
blob: b329266895f21c09731b6eae576829a78f173f66 (plain) (tree)
1
2
3
4
5
6

                                       



                                               






                                                           
 
                                      



                                       
                                        




                        














                                                   
                                                  


                                                  
if [[ "$QINGY_CRYPTO" == 'SSL' ]]; then
  depends SSL
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  X11-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'