depends  kdelibs  &&

#if  [  "$KDEBASE_AFS"   =  "y"  ]  ||
#    [  "$KDEBASE_KRB4"  =  "y"  ]  ||
#    [  "$KDEBASE_KRB5"  =  "y"  ];  then
#  message  "${MESSAGE_COLOR}AFS and KRB4 require krb5 to be compiled with krb4 support${DEFAULT_COLOR}"
#
#  depends  krb5
#fi  &&

source  $SECTION_DIRECTORY/KDE_DEPENDS  &&

optional_depends  OPENGL                 \
                  '--with-gl'            \
                  '--without-gl'         \
                  'for 3D OpenGL modes'  &&

optional_depends  shadow                         \
                  '--with-shadow'                \
                  '--without-shadow'             \
                  'for shadow password support'  &&

optional_depends  linux-pam                 \
                  '--with-pam=yes'          \
                  '--with-pam=no'           \
                  'for PAM authentication'  &&

optional_depends  openldap                   \
                  '--with-ldap'              \
                  '--without-ldap'           \
                  'for LDAP authentication'  &&

optional_depends  JAVA                      \
                  ''                        \
                  '--without-java'          \
                  'for JavaScript support'  \
                  'z-rejected'              &&

optional_depends  libraw1394              \
                  ''                      \
                  ''                      \
                  'for firewire support'  &&

optional_depends  cyrus-sasl                       \
                  ''                               \
                  ''                               \
                  'for Cyrus SASL authentication'  &&

optional_depends  openssl                         \
                  '--with-ssl'                    \
                  '--without-ssl'                 \
                  'to use encrypted connections'  &&

optional_depends  hal                                 \
                  '--with-hal'                        \
                  '--without-hal'                     \
                  'for automatic hardware detection'
