hyprland: cleanup

This commit is contained in:
Markus Volk
2025-01-07 13:53:23 +01:00
parent 7165866c60
commit 95246e8c9a
23 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,8 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "a41bcdccac7d3fe220b3a8519633f0a812da3439"
# Hack to allow patching the plugins
do_configure:prepend() {
rm -rf ${S}/patches
rm -rf ${S}/.pc
}