hyprland-plugins: update

This commit is contained in:
Markus Volk
2026-01-06 15:49:21 +01:00
parent 11ccb3bf02
commit 33b0c865eb

View File

@@ -1,5 +1,5 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "7f94d2c09fe64be4dd7000bc8a950afe3f1232f3" SRCREV = "0b356053fa4e6a6f5e857529654ff45eba2859d8"
DEPENDS += " \ DEPENDS += " \
pixman \ pixman \
@@ -11,14 +11,9 @@ DEPENDS += " \
cairo \ cairo \
wayland-native \ wayland-native \
libxkbcommon \ libxkbcommon \
hyprutils \
" "
inherit cmake pkgconfig inherit cmake pkgconfig
# Hack to allow patching the plugins
do_configure:prepend() {
rm -rf ${S}/patches
rm -rf ${S}/.pc
}
FILES:${PN}-dev = "" FILES:${PN}-dev = ""