mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-25 21:18:21 +01:00
hyprgraphics: add recipe
This commit is contained in:
parent
92dfbe5030
commit
7fcfeca10a
14
recipes-support/hyprland/hyprgraphics_git.bb
Normal file
14
recipes-support/hyprland/hyprgraphics_git.bb
Normal file
@ -0,0 +1,14 @@
|
||||
SUMMARY = "Hyprgraphics is a small C++ library with graphics / resource related utilities used across the hypr* ecosystem"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/hypgraphics"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
DEPENDS = "pixman cairo jpeg hyprutils libwebp libjxl file"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "704fca7b1799c3faf783a67107c8eb562ea638f7"
|
||||
|
||||
inherit cmake pkgconfig
|
Loading…
Reference in New Issue
Block a user