meta-wayland/recipes-support/hyprland/hyprland-plugins.inc

9 lines
239 B
PHP
Raw Normal View History

SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
2024-10-28 19:53:40 +01:00
SRCREV = "81bda675eedd83d16d471a83f1168f7acdb03c24"
2024-06-23 23:14:19 +02:00
# Hack to allow patching the plugins
do_configure:prepend() {
rm -rf ${S}/patches
rm -rf ${S}/.pc
}