From 5d1db8a17edb2045c99b333fcdea65d068283ca6 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 13 Jun 2025 19:29:18 +0200 Subject: [PATCH] hyprland: update --- recipes-support/hyprland/hyprland/hyprland_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-support/hyprland/hyprland/hyprland_git.bb b/recipes-support/hyprland/hyprland/hyprland_git.bb index 2d99290..6faa48f 100644 --- a/recipes-support/hyprland/hyprland/hyprland_git.bb +++ b/recipes-support/hyprland/hyprland/hyprland_git.bb @@ -45,7 +45,7 @@ RRECOMMENDS:${PN} ?= " \ SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" SRC_URI += "file://0001-meson.build-use-pkgconfig-for-glaze.patch" -SRCREV = "9958d297641b5c84dcff93f9039d80a5ad37ab00" +SRCREV = "ad85406220d88c3de9ceba32f17a25caf101bb45" PV = "0.49.0" S = "${WORKDIR}/git" @@ -55,7 +55,6 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland" -PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled" PACKAGECONFIG[qt] = ",,hyprland-qtutils,hyprland-qtutils hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-welcome hyprland-qt-support" do_configure:prepend() {