mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 07:32:46 +01:00
hyprlock: add recipe
This commit is contained in:
parent
837d9f1c5f
commit
27ca1f851f
17
recipes-support/hyprland/hyprlock_git.bb
Normal file
17
recipes-support/hyprland/hyprlock_git.bb
Normal file
@ -0,0 +1,17 @@
|
||||
SUMMARY = "Hyprland's simple, yet multi-threaded and GPU-accelerated screen locking utility"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/hyprlock"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprlock.git;protocol=https;branch=main"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
DEPENDS = "wayland wayland-native wayland-protocols hyprlang libxkbcommon cairo pango libpam virtual/libgl virtual/egl"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "5e4eea379ec6d878b82d0532f2c8c0b4f3e29197"
|
||||
PV = "0.0.1"
|
||||
|
||||
inherit cmake pkgconfig features_check
|
Loading…
x
Reference in New Issue
Block a user