mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
9 lines
239 B
PHP
9 lines
239 B
PHP
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
|
SRCREV = "844eb98250da448e17471f20beed23a5f5d33a3a"
|
|
|
|
# Hack to allow patching the plugins
|
|
do_configure:prepend() {
|
|
rm -rf ${S}/patches
|
|
rm -rf ${S}/.pc
|
|
}
|