meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-12-17 09:56:53 +01:00

9 lines
239 B
PHP

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