diff --git a/recipes-support/hyprpaper/hyprpaper_git.bb b/recipes-support/hyprpaper/hyprpaper_git.bb index 7c6964d..63b1a8e 100644 --- a/recipes-support/hyprpaper/hyprpaper_git.bb +++ b/recipes-support/hyprpaper/hyprpaper_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25" SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main" PV = "0.5.0" -SRCREV = "f3837e9d59866ee5e50d4c13d063b918806176df" +SRCREV = "c447f1195c2b0f055404bd0140d160e8452633e2" S = "${WORKDIR}/git" DEPENDS += " \ @@ -14,6 +14,7 @@ DEPENDS += " \ file \ fribidi \ jpeg \ + libwebp \ libxdmcp \ pango \ pcre \