meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-10-22 16:39:10 +02:00

9 lines
239 B
PHP

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