Files
meta-wayland/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc
2025-08-29 21:31:38 +02:00

25 lines
435 B
PHP

SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "376d08bbbd861f2125f5ef86e0003e3636ce110f"
DEPENDS += " \
pixman \
libdrm \
hyprland \
libinput \
udev \
pango \
cairo \
wayland-native \
libxkbcommon \
"
inherit cmake pkgconfig
# Hack to allow patching the plugins
do_configure:prepend() {
rm -rf ${S}/patches
rm -rf ${S}/.pc
}
FILES:${PN}-dev = ""