From 2c220454448dd48e5a1b67646942a0e0323ff21b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 27 Oct 2024 08:55:27 +0100 Subject: [PATCH] hyprland: update --- recipes-support/hyprland/hyprland_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/hyprland/hyprland_git.bb b/recipes-support/hyprland/hyprland_git.bb index 8bb5823..937dcca 100644 --- a/recipes-support/hyprland/hyprland_git.bb +++ b/recipes-support/hyprland/hyprland_git.bb @@ -42,7 +42,7 @@ RRECOMMENDS:${PN} ?= " \ SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" -SRCREV = "5e96d738e698f22969ca502d042d5751711c6d8a" +SRCREV = "a3d3b4fd64a51a8c1663b450bd2a408f1f0fa9b3" PV = "0.44.1" S = "${WORKDIR}/git" @@ -58,5 +58,5 @@ do_configure:prepend() { cd ${S} && scripts/generateVersion.sh } -FILES:${PN} += "${datadir}" +FILES:${PN} += "${datadir} ${systemd_user_unitdir}"