From 82329cd83d36b2182f3c661c333de78c734b1980 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 23 Jan 2026 20:20:39 +0100 Subject: [PATCH] hyprland: update --- .../hyprland/{hyprland_0.53.1.bb => hyprland_0.53.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-support/hyprland/hyprland/{hyprland_0.53.1.bb => hyprland_0.53.2.bb} (96%) diff --git a/recipes-support/hyprland/hyprland/hyprland_0.53.1.bb b/recipes-support/hyprland/hyprland/hyprland_0.53.2.bb similarity index 96% rename from recipes-support/hyprland/hyprland/hyprland_0.53.1.bb rename to recipes-support/hyprland/hyprland/hyprland_0.53.2.bb index 2c61bf1..59db4ff 100644 --- a/recipes-support/hyprland/hyprland/hyprland_0.53.1.bb +++ b/recipes-support/hyprland/hyprland/hyprland_0.53.2.bb @@ -45,12 +45,12 @@ RRECOMMENDS:${PN} ?= " \ " SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" -SRCREV = "f1652b295130fd241bd3a6505908d6db562fdcf1" +SRCREV = "39f3feddbee4a66be9608ed1eb7e73878d596b50" inherit cmake pkgconfig features_check EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" - + PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON -DBUILD_HYPRTESTER=ON,-DBUILD_TESTING=OFF -DBUILD_HYPRTESTER=OFF"