Markus Volk 293999517a hyprland-plugins: cleanup and build with cmake
- add recipe for xtra-dispatchers
2025-06-19 18:19:31 +02:00

25 lines
434 B
PHP

SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "39c28321027628357442395bd0df52d495fa5cad"
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 = ""