default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

  apply_patch_dir "patches-${VERSION%.*}" &&
if is_depends_enabled "${SPELL}" "elogind"; then
  if [[ "${DBUS_BRANCH}" == "stable" ]]; then
    apply_patch_dir patches &&
    NOCONFIGURE=1 ./autogen.sh
  fi
fi
