mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-02 17:14:37 +02:00
25 lines
434 B
PHP
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 = ""
|