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"