. "${GRIMOIRE}/MESON_DEPENDS" &&

if [[ "${LIBSRM_BRANCH}" == "scm" ]]; then
  depends git
fi &&

depends hwdata &&
depends libdisplay-info &&
depends DEVICE-MANAGER &&
depends libdrm &&
depends OPENGL &&

if list_find "${LIBSRM_OPTS}" "build_examples=true"; then
  depends libinput &&
  depends seat
fi
