meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-07-24 07:53:47 +02:00

9 lines
239 B
PHP

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