From e292f71b717ff4153cb842068bebd7b27fd3f1d9 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 30 Dec 2023 18:04:41 +0100 Subject: [PATCH] hyprland-plugins: update - add missing dependencies for hyprbars --- recipes-support/hyprland-contrib/hyprland-hyprbars_git.bb | 3 +++ recipes-support/hyprland-contrib/hyprland-plugins.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-support/hyprland-contrib/hyprland-hyprbars_git.bb b/recipes-support/hyprland-contrib/hyprland-hyprbars_git.bb index c15fe6f..dca4343 100644 --- a/recipes-support/hyprland-contrib/hyprland-hyprbars_git.bb +++ b/recipes-support/hyprland-contrib/hyprland-hyprbars_git.bb @@ -5,9 +5,12 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" require hyprland-plugins.inc DEPENDS = " \ + libinput \ + udev \ pixman \ libdrm \ hyprland \ + wayland-native \ " S = "${WORKDIR}/git/hyprbars" diff --git a/recipes-support/hyprland-contrib/hyprland-plugins.inc b/recipes-support/hyprland-contrib/hyprland-plugins.inc index 24826a1..bda72de 100644 --- a/recipes-support/hyprland-contrib/hyprland-plugins.inc +++ b/recipes-support/hyprland-contrib/hyprland-plugins.inc @@ -1,2 +1,2 @@ SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" -SRCREV = "e654b1e9f6dbc38cfa6808fb294c2f588ccce39b" +SRCREV = "64329fc44f7322badea5ee64fc6d8e24c2b79054"