mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 21:48:21 +01:00
hyprexpo: add recipe; update plugins
This commit is contained in:
parent
d300da1c43
commit
4127159e77
18
recipes-support/hyprland/hyprland-expo.bb
Normal file
18
recipes-support/hyprland/hyprland-expo.bb
Normal file
@ -0,0 +1,18 @@
|
||||
SUMMARY = "A plugin to add expo (overlay) for workspaces."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
|
||||
|
||||
require hyprland-plugins.inc
|
||||
|
||||
DEPENDS = " \
|
||||
pixman \
|
||||
libdrm \
|
||||
hyprland \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git/hyprexpo"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
FILES:${PN} += "${libdir}/libhyprexpo.so"
|
||||
FILES:${PN}-dev = ""
|
@ -1,2 +1,2 @@
|
||||
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
||||
SRCREV = "4334510363a8420f17d88505d13405d5126eabf0"
|
||||
SRCREV = "a7145f019254a7d953d56945c168d1bc698c35e4"
|
||||
|
Loading…
Reference in New Issue
Block a user