meta-wayland/recipes-support/hyprland/hyprwayland-scanner_git.bb

18 lines
479 B
BlitzBasic
Raw Normal View History

2024-04-20 15:27:04 +02:00
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"
2024-09-22 14:50:39 +02:00
SRCREV = "b68dab23fc922eae99306988133ee80a40b39ca5"
PV = "0.4.2"
2024-04-20 15:27:04 +02:00
inherit cmake pkgconfig
BBCLASSEXTEND = "native"