From f942da9493205323e1865a39eb798d5ea41a7ba3 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 21 Aug 2025 16:12:04 +0200 Subject: [PATCH] hyprgraphics: update add support for libheif make heif an jxl optional --- .../hyprland/hyprgraphics/hyprgraphics_0.1.5.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes-support/hyprland/hyprgraphics/hyprgraphics_0.1.5.bb b/recipes-support/hyprland/hyprgraphics/hyprgraphics_0.1.5.bb index 80996af..2dd4e69 100644 --- a/recipes-support/hyprland/hyprgraphics/hyprgraphics_0.1.5.bb +++ b/recipes-support/hyprland/hyprgraphics/hyprgraphics_0.1.5.bb @@ -4,9 +4,14 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" -DEPENDS = "pixman cairo jpeg hyprutils libwebp libjxl libpng file" +DEPENDS = "pixman cairo jpeg hyprutils libwebp libpng file" SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main" -SRCREV = "340494a38b5ec453dfc542c6226481f736cc8a9a" +SRCREV = "157cc52065a104fc3b8fa542ae648b992421d1c7" inherit cmake pkgconfig + + +PACKAGECONFIG ?= "heif jxl" +PACKAGECONFIG[heif] = ",,libheif" +PACKAGECONFIG[jxl] = ",,libjxl"