if [[ "${LIBQB_BRANCH}" == "scm" ]]; then
  depends autoconf &&
  depends automake &&
  depends git
fi &&

depends glib2 &&

optional_depends check "" "" "for tests" &&

optional_depends doxygen"" "" "for documentation" &&
if is_depends_enabled "${SPELL}" "doxygen"; then
  depends graphviz &&
  depends libxml2
fi &&

optional_depends systemd \
                 "--enable-systemd-journal" \
                 "--disable-systemd-journal" \
                 "for logging to systemd journal"