From 2373770266f12433ea6e4864347a3e28a17db3dd Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 2 Feb 2026 15:39:49 +0100 Subject: [PATCH] hyprland: update --- ...{hyprland_0.53.2.bb => hyprland_0.53.3.bb} | 53 ++++++++++--------- 1 file changed, 27 insertions(+), 26 deletions(-) rename recipes-support/hyprland/hyprland/{hyprland_0.53.2.bb => hyprland_0.53.3.bb} (61%) diff --git a/recipes-support/hyprland/hyprland/hyprland_0.53.2.bb b/recipes-support/hyprland/hyprland/hyprland_0.53.3.bb similarity index 61% rename from recipes-support/hyprland/hyprland/hyprland_0.53.2.bb rename to recipes-support/hyprland/hyprland/hyprland_0.53.3.bb index 59db4ff..8bd85dd 100644 --- a/recipes-support/hyprland/hyprland/hyprland_0.53.2.bb +++ b/recipes-support/hyprland/hyprland/hyprland_0.53.3.bb @@ -8,29 +8,30 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=caa26b106f897db6f8f81cc397942426" REQUIRED_DISTRO_FEATURES = "wayland opengl" DEPENDS += " \ - aquamarine \ - cairo \ - glaze6 \ - hyprcursor \ - hyprgraphics \ - hyprlang \ - hyprutils \ - hyprwayland-scanner-native \ - hyprwire \ - hyprwire-native \ - jq-native \ - libdrm \ - libinput \ - libxcursor \ - libxkbcommon \ - muparser \ - pango \ - pixman \ - re2 \ - tomlplusplus \ - util-linux-libuuid \ - virtual/egl \ - wayland-native \ + aquamarine \ + cairo \ + glaze6 \ + hyprcursor \ + hyprgraphics \ + hyprlang \ + hyprutils \ + hyprwayland-scanner-native \ + hyprwire \ + hyprwire-native \ + jq-native \ + libdrm \ + libinput \ + libxcursor \ + libxkbcommon \ + muparser \ + pango \ + pixman \ + re2 \ + tomlplusplus \ + util-linux-libuuid \ + virtual/egl \ + virtual/libgles3 \ + wayland-native \ " RRECOMMENDS:${PN} ?= " \ @@ -45,17 +46,17 @@ RRECOMMENDS:${PN} ?= " \ " SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" -SRCREV = "39f3feddbee4a66be9608ed1eb7e73878d596b50" +SRCREV = "dd220efe7b1e292415bd0ea7161f63df9c95bfd3" inherit cmake pkgconfig features_check EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" -PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" +PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)}" PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON -DBUILD_HYPRTESTER=ON,-DBUILD_TESTING=OFF -DBUILD_HYPRTESTER=OFF" PACKAGECONFIG[systemd] = "-DSYSTEMD=ON,-DNO_SYSTEMD=ON" -PACKAGECONFIG[xwayland] = "-DXWAYLAND=ON,-DNO_XWAYLAND=ON,libxcb xcb-util-wm xcb-util-renderutil xcb-util-errors xwayland,xwayland" +PACKAGECONFIG[x11] = "-DXWAYLAND=ON,-DNO_XWAYLAND=ON,libxcb xcb-util-wm xcb-util-renderutil xcb-util-errors xwayland,xwayland" PACKAGECONFIG[qt] = ",,,hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-qt-support qt6ct" FILES:${PN} += "${datadir} ${systemd_user_unitdir} ${libdir}/hyprtestplugin.so"