Files
meta-wayland/recipes-support/hyprland/hyprgraphics/hyprgraphics_0.1.5.bb
Markus Volk f942da9493 hyprgraphics: update
add support for libheif
make heif an jxl optional
2025-08-21 16:13:51 +02:00

18 lines
587 B
BlitzBasic

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 libpng file"
SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main"
SRCREV = "157cc52065a104fc3b8fa542ae648b992421d1c7"
inherit cmake pkgconfig
PACKAGECONFIG ?= "heif jxl"
PACKAGECONFIG[heif] = ",,libheif"
PACKAGECONFIG[jxl] = ",,libjxl"