From c8152c2e3ad6f5aed0d5478cb2c5227544df90a5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 21 Jan 2024 15:42:08 +0100 Subject: [PATCH] hyprland: update --- recipes-wlroots/hyprland/hyprland_git.bb | 4 +++- recipes-wlroots/wlroots/wlroots_git.bb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-wlroots/hyprland/hyprland_git.bb b/recipes-wlroots/hyprland/hyprland_git.bb index 4de9f78..578257a 100644 --- a/recipes-wlroots/hyprland/hyprland_git.bb +++ b/recipes-wlroots/hyprland/hyprland_git.bb @@ -38,7 +38,7 @@ SRC_URI = " \ file://meson-build.patch \ " -SRCREV = "03ebbe18ed8517ee22591eac82cd54322f42cb7d" +SRCREV = "f40e382fc6208d4fe2e53581ea27510cb62417dd" PV = "0.34.0" S = "${WORKDIR}/git" @@ -51,3 +51,5 @@ PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-uti PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled" FILES:${PN} += "${datadir}" + +CXXFLAGS += "-Wno-unused-result" diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index 017bc5f..875d079 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -39,7 +39,7 @@ PACKAGECONFIG ?= " \ " SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" -SRCREV = "5d639394f3e83b01596dcd166a44a9a1a2583350" +SRCREV = "f81c3d93cd6f61b20ae784297679283438def8df" PV = "0.18.0-dev" S = "${WORKDIR}/git"