meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-07-10 11:03:28 +02:00

9 lines
239 B
PHP

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