From ea59e7f46d5135c12c19411309fe6f19e7683aaa Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 15 Nov 2024 00:16:05 +0100 Subject: [PATCH] hyprland: update --- recipes-support/hyprland/hyprland_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-support/hyprland/hyprland_git.bb b/recipes-support/hyprland/hyprland_git.bb index 3155e5a..40fcf2d 100644 --- a/recipes-support/hyprland/hyprland_git.bb +++ b/recipes-support/hyprland/hyprland_git.bb @@ -42,7 +42,7 @@ RRECOMMENDS:${PN} ?= " \ SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" -SRCREV = "a425fbebe4cf4238e48a42f724ef2208959d66cf" +SRCREV = "940ed3d525d838bc255070bd8cfc2f75df04229a" PV = "0.45.0" S = "${WORKDIR}/git" @@ -51,6 +51,7 @@ inherit meson pkgconfig features_check PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled" +PACKAGECONFIG[uwsm] = "-Duwsm=enabled,-Duwsm=disabled,,uwsm" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland" PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled"