From d7879e493a548e892ccda45b3b4ed3e7dec64f0c Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Mon, 15 Jul 2024 16:44:54 +0200 Subject: [PATCH] recipes-support/hyprland: update hyprpicker Signed-off-by: Dylan Laduranty --- recipes-support/hyprland/hyprpicker_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-support/hyprland/hyprpicker_git.bb b/recipes-support/hyprland/hyprpicker_git.bb index 4fb95ad..e2462fe 100644 --- a/recipes-support/hyprland/hyprpicker_git.bb +++ b/recipes-support/hyprland/hyprpicker_git.bb @@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25" SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main" -PV = "0.2.0" +PV = "0.3.0" S = "${WORKDIR}/git" -SRCREV = "0eb49192a5cdd5e6e8e6c2c82c33857d78d6cd56" +SRCREV = "8791f717ef495c8c5a36b21cbccc7cf218fbc380" DEPENDS = " \ cairo \ @@ -21,7 +21,6 @@ DEPENDS = " \ wayland \ wayland-native \ wayland-protocols \ - virtual/libgles3 \ " RDEPENDS:${PN} = "wl-clipboard"