meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-09-29 16:42:17 +02:00

9 lines
239 B
PHP

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