if [[ "${WIREPLUMBER_BRANCH}" == scm ]]; then
  depends git
fi &&
. "${GRIMOIRE}/MESON_DEPENDS" &&
depends glib2    &&
depends lua54 "system-lua=true" &&
depends pipewire &&
depends python3  &&

optional_depends dbus "dbus-tests=true" "dbus-tests=false" \
                      "for DBus daemon tests" &&

optional_depends doxygen \
                 "doc=enabled" \
                 "doc=disabled" \
                 "build API documentation?" &&

optional_depends elogind \
                 "elogind=enabled" \
                 "elogind=disabled" \
                 "elogind support" &&

optional_depends gobject-introspection \
                 "introspection=enabled" \
                 "introspection=disabled" \
                 "GObject-Introspection support" &&
if is_depends_enabled $SPELL gobject-introspection; then
  depends doxygen &&
  depends lxml
fi &&
if is_depends_enabled $SPELL doxygen; then
  depends python-sphinx
fi &&


optional_depends systemd \
                 "systemd=enabled" \
                 "systemd=disabled" \
                 "SystemD support"
