meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-10-09 19:45:28 +02:00

9 lines
239 B
PHP

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