. "${GRIMOIRE}/MESON_DEPENDS" &&

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

depends DEVICE-MANAGER &&
depends freeimage &&
depends libdrm &&
depends libinput &&
depends libxkbcommon &&
depends libxcursor &&
depends OPENGL &&
depends pixman &&
depends seat &&
depends libsrm &&
depends wayland &&

if list_find "${LOUVRE_OPTS}" "build_examples=true"; then
  depends fontconfig &&
  depends freetype2 &&
  depends icu
fi
