meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-12-19 18:50:26 +01:00

9 lines
239 B
PHP

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