meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-06-26 08:59:00 +02:00

9 lines
239 B
PHP

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