depends  gnupg     &&
depends  smgl-fhs  &&
# bug 13428: /bin/kill from util-linux
depends  util-linux &&

optional_depends  linux-pam                     \
                  '--enable-pam'                \
                  ''                            \
                  "for pam enabled su command"  &&

# we need to recreate configure after PAM patch with autoreconf
source  "$GRIMOIRE/is_depends_enabled.function"  &&
if is_depends_enabled $SPELL linux-pam; then
  depends autoconf
fi
