From ef8bb4571e8b8c4c1ba7b4f02fc3537b183f5f00 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 24 Jun 2022 18:41:39 +0200 Subject: [PATCH] wlroots: update this fixes 'hide_cursor not working' issue in sway --- recipes-wlroots/wlroots/wlroots_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index a6a7e24..231fb4e 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -37,7 +37,7 @@ PACKAGECONFIG ?= " \ " SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" -SRCREV = "0173275f7ed709dc9c3c6115bc8112bf1185d6ec" +SRCREV = "c20468cfa292e99357fd504fc5b5884f6078ca96" PV = "0.15.1" S = "${WORKDIR}/git"