meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-12-05 09:44:27 +01:00

9 lines
239 B
PHP

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