hyprpaper: update

- Update dependencies
This commit is contained in:
Markus Volk 2024-06-25 07:01:38 +02:00
parent 0524e65c57
commit 123d8b928e

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main"
PV = "0.7.0" PV = "0.7.0"
SRCREV = "03cd362f494d6771b4f524f4fafbc28bade00c8e" SRCREV = "f4abf5902f3f0c51d2aab8a521f7c1b1b08afd64"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS += " \ DEPENDS += " \
@ -15,16 +15,12 @@ DEPENDS += " \
fribidi \ fribidi \
hyprlang \ hyprlang \
jpeg \ jpeg \
libglvnd \
libwebp \ libwebp \
libxdmcp \
pango \ pango \
pcre \
pcre2 \
util-linux \
wayland \ wayland \
wayland-native \ wayland-native \
wayland-protocols \ wayland-protocols \
wlroots \
" "
RDEPENDS:${PN} = "hyprlang" RDEPENDS:${PN} = "hyprlang"