meta-wayland/recipes-support/hyprland/hyprland-plugins.inc
2024-11-19 17:50:31 +01:00

9 lines
239 B
PHP

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