From 11f26eb4b4d6db060f3adc78a3eed8994f791bea Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 20 Jun 2023 22:19:00 +0200 Subject: [PATCH] hyprland: add RRECOMMENDS for the official plugins --- recipes-wlroots/hyprland/hyprland_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-wlroots/hyprland/hyprland_git.bb b/recipes-wlroots/hyprland/hyprland_git.bb index cc6e639..b9a2304 100644 --- a/recipes-wlroots/hyprland/hyprland_git.bb +++ b/recipes-wlroots/hyprland/hyprland_git.bb @@ -35,11 +35,14 @@ RRECOMMENDS:${PN} ?= " \ grim \ slurp \ wl-clipboard \ + hyprland-borders-plus-plus \ + hyprland-csgo-vulkan \ + hyprland-hyprbars \ " SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main" -SRCREV = "51a930f802c71a0e67f05e7b176ded74e8e95f87" +SRCREV = "5ac625d7bdff6b6318058f396f0fa1641bb6e807" PV = "0.26.0" S = "${WORKDIR}/git"