recipes-support/hyprland: update hyprpicker

Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
Dylan Laduranty 2024-07-15 16:44:54 +02:00
parent 0b74c5dcc9
commit d7879e493a

View File

@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
PV = "0.2.0" PV = "0.3.0"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "0eb49192a5cdd5e6e8e6c2c82c33857d78d6cd56" SRCREV = "8791f717ef495c8c5a36b21cbccc7cf218fbc380"
DEPENDS = " \ DEPENDS = " \
cairo \ cairo \
@ -21,7 +21,6 @@ DEPENDS = " \
wayland \ wayland \
wayland-native \ wayland-native \
wayland-protocols \ wayland-protocols \
virtual/libgles3 \
" "
RDEPENDS:${PN} = "wl-clipboard" RDEPENDS:${PN} = "wl-clipboard"