From a96dbca642434ae9c3b04d9d87e05a4a9ef827be Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 19 Jun 2024 08:04:31 +0200 Subject: [PATCH] hyprutils: update --- recipes-support/hyprland/hyprutils_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-support/hyprland/hyprutils_git.bb b/recipes-support/hyprland/hyprutils_git.bb index 67d73ae..7101467 100644 --- a/recipes-support/hyprland/hyprutils_git.bb +++ b/recipes-support/hyprland/hyprutils_git.bb @@ -4,10 +4,12 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" +DEPENDS = "pixman" + SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main" S = "${WORKDIR}/git" -SRCREV = "8e10e0626fb26a14b859b3811b6ed7932400c86e" -PV = "0.1.2" +SRCREV = "1f59192a2d5d2fcebf5ca8ffc3d19a94df0b7717" +PV = "0.1.3" -inherit cmake +inherit cmake pkgconfig