mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-01 08:34:34 +02:00
23 lines
409 B
PHP
23 lines
409 B
PHP
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
|
SRCREV = "c0e675dd87d737f8ef64327291cbbb201f3764ba"
|
|
|
|
DEPENDS = " \
|
|
pixman \
|
|
libdrm \
|
|
hyprland \
|
|
libinput \
|
|
udev \
|
|
pango \
|
|
cairo \
|
|
wayland-native \
|
|
libxkbcommon \
|
|
"
|
|
|
|
# Hack to allow patching the plugins
|
|
do_configure:prepend() {
|
|
rm -rf ${S}/patches
|
|
rm -rf ${S}/.pc
|
|
}
|
|
|
|
FILES:${PN}-dev = ""
|