meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-11-03 11:10:16 +01:00

9 lines
239 B
PHP

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