meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-06-23 23:14:57 +02:00

9 lines
239 B
PHP

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