mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-11 03:16:46 +02:00
hyprwayland-scanner: add recipe
This commit is contained in:
parent
6ba384d13c
commit
e9668eb1ad
17
recipes-support/hyprland/hyprwayland-scanner_git.bb
Normal file
17
recipes-support/hyprland/hyprwayland-scanner_git.bb
Normal 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 = "a8798639937b764c34f8a12b86bcd741787ff2a4"
|
||||||
|
PV = "0.1.0"
|
||||||
|
|
||||||
|
inherit cmake pkgconfig
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
Loading…
x
Reference in New Issue
Block a user