hyprland: cleanup

This commit is contained in:
Markus Volk
2025-01-07 13:53:23 +01:00
parent 7165866c60
commit 95246e8c9a
23 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,17 @@
SUMMARY = "A Hyprland implementation of wayland-scanner, in and for C++."
HOMEPAGE = "https://github.com/hyprwm/hyprwayland-scanner"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
SRC_URI = "git://github.com/hyprwm/hyprwayland-scanner.git;protocol=https;branch=main"
DEPENDS = "pugixml"
S = "${WORKDIR}/git"
SRCREV = "de913476b59ee88685fdc018e77b8f6637a2ae0b"
PV = "0.4.4"
inherit cmake pkgconfig
BBCLASSEXTEND = "native"